Home
last modified time | relevance | path

Searched refs:IS_TIM_PULSEONCOMPARE_INSTANCE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tim_ex.h580 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tim_ex.h893 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_tim_ex.h896 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_tim_ex.h1014 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_tim_ex.h1158 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c2724 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2843 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c2769 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2699 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2847 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c3041 assert_param(IS_TIM_PULSEONCOMPARE_INSTANCE(htim->Instance)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_tim_ex.h1917 #define IS_TIM_PULSEONCOMPARE_INSTANCE(INSTANCE) IS_TIM_CC3_INSTANCE(INSTANCE) macro