Home
last modified time | relevance | path

Searched refs:timer_info_t (Results 1 – 6 of 6) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_timer_api.h163 } timer_info_t; typedef
283 timer_info_t * const p_info);
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_timer_api.h156 } timer_info_t; typedef
282 fsp_err_t (* infoGet)(timer_ctrl_t * const p_ctrl, timer_info_t * const p_info);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/
H A Dr_gpt_private_api.h44 timer_info_t * const p_info);
H A Dr_gpt.c446 ssp_err_t R_GPT_InfoGet (timer_ctrl_t * const p_api_ctrl, timer_info_t * const p_info) in R_GPT_InfoGet()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_gpt.h420 fsp_err_t R_GPT_InfoGet(timer_ctrl_t * const p_ctrl, timer_info_t * const p_info);
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c618 fsp_err_t R_GPT_InfoGet (timer_ctrl_t * const p_ctrl, timer_info_t * const p_info) in R_GPT_InfoGet()