Home
last modified time | relevance | path

Searched refs:timer_event_t (Results 1 – 3 of 3) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_timer_api.h86 } timer_event_t; typedef
100timer_event_t event; ///< The event can be used to identify what caused the callback (over…
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_timer_api.h71 } timer_event_t; typedef
85timer_event_t event; ///< The event can be used to identify what caused the callback.
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c132 static void r_gpt_call_callback(gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t capture…
1679 static void r_gpt_call_callback (gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t captur… in r_gpt_call_callback()
1764 (timer_event_t) ((uint32_t) TIMER_EVENT_CAPTURE_A + (uint32_t) event), in r_gpt_capture_common_isr()