Home
last modified time | relevance | path

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

/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_timer.h447 type_func_t break_state; /**< Break state */ member
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_timer.h439 type_func_t break_state; /**< Break state */ member
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_timer.h445 type_func_t break_state; /**< Break state */ member
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_timer.c2884 assert_param(IS_FUNC_STATE(config->break_state)); in ald_timer_break_dead_time_config()
2893 MODIFY_REG(tmp, TIMER_BDCFG_BRKEN_MSK, config->break_state << TIMER_BDCFG_BRKEN_POS); in ald_timer_break_dead_time_config()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_timer.c2892 assert_param(IS_FUNC_STATE(config->break_state)); in ald_timer_break_dead_time_config()
2901 MODIFY_REG(tmp, TIMER_BDCFG_BRKEN_MSK, config->break_state << TIMER_BDCFG_BRKEN_POS); in ald_timer_break_dead_time_config()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_timer.c2899 assert_param(IS_FUNC_STATE(config->break_state)); in ald_timer_break_dead_time_config()
2908 MODIFY_REG(tmp, TIMER_BDCFG_BRKEN_MSK, config->break_state << TIMER_BDCFG_BRKEN_POS); in ald_timer_break_dead_time_config()

Completed in 35 milliseconds