Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_timer_api.h95 } timer_state_t; typedef
154 timer_state_t state; ///< Current timer state (running or stopped)
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_timer_api.h98 } timer_state_t; typedef
164 timer_state_t state; ///< Current timer state (running or stopped)
/hal_renesas-latest/drivers/ra/fsp/src/r_ulpt/
Dr_ulpt.c434 p_status->state = (timer_state_t) p_instance_ctrl->p_reg->ULPTCR_b.TCSTF; in R_ULPT_StatusGet()
/hal_renesas-latest/drivers/ra/fsp/src/r_agt/
Dr_agt.c578 p_status->state = (timer_state_t) p_reg_ctrl->AGTCR_b.TCSTF; in R_AGT_StatusGet()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/
Dr_gpt.c639 p_status->state = (timer_state_t) p_instance_ctrl->p_reg->GTCR_b.CST; in R_GPT_StatusGet()
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c703 p_status->state = (timer_state_t) p_instance_ctrl->p_reg->GTCR_b.CST; in R_GPT_StatusGet()