Home
last modified time | relevance | path

Searched refs:enable_function (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_ulpt/
Dr_ulpt.c578 FSP_ASSERT(p_extend->enable_function != ULPT_ENABLE_FUNCTION_ENABLE_LOW); in r_ulpt_open_param_checking()
579 FSP_ASSERT(p_extend->enable_function != ULPT_ENABLE_FUNCTION_ENABLE_HIGH); in r_ulpt_open_param_checking()
580 FSP_ASSERT(p_extend->enable_function != ULPT_ENABLE_FUNCTION_START); in r_ulpt_open_param_checking()
581 FSP_ASSERT(p_extend->enable_function != ULPT_ENABLE_FUNCTION_RESTART); in r_ulpt_open_param_checking()
671 ulptioc |= p_extend->enable_function & R_ULPT0_ULPTIOC_TIOGT0_Msk; in r_ulpt_hardware_cfg()
674 ulptisr |= p_extend->enable_function & R_ULPT0_ULPTISR_RCCPSEL2_Msk; in r_ulpt_hardware_cfg()
680 ulptmr3 |= p_extend->enable_function & R_ULPT0_ULPTMR3_TEECTL_Msk; in r_ulpt_hardware_cfg()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ulpt.h125 ulpt_enable_function_t enable_function; ///< Counter function when ULPTEE is valid. member