Home
last modified time | relevance | path

Searched refs:IS_TIM_SLAVE_INSTANCE (Results 1 – 25 of 31) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim_ex.c114 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIMEx_MasterConfigSynchronization()
A Dstm32l1xx_hal_tim.c417 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_Base_Start()
479 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_Base_Start_IT()
573 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_Base_Start_DMA()
806 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_OC_Start()
917 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_OC_Start_IT()
1134 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_OC_Start_DMA()
1409 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_PWM_Start()
1519 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_PWM_Start_IT()
1735 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_PWM_Start_DMA()
2011 if (IS_TIM_SLAVE_INSTANCE(htim->Instance)) in HAL_TIM_IC_Start()
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c178 if (0 == IS_TIM_SLAVE_INSTANCE(htim->Instance) ) in HAL_TIMER_Slave_Mode_Config()
697 if (0 == IS_TIM_SLAVE_INSTANCE(TIMx) ) in HAL_TIMER_Base_Start()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c211 if (0 == IS_TIM_SLAVE_INSTANCE(htim->Instance) ) in HAL_TIMER_Slave_Mode_Config()
730 if (0 == IS_TIM_SLAVE_INSTANCE(TIMx) ) in HAL_TIMER_Base_Start()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h155 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h169 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h5293 #define IS_TIM_SLAVE_INSTANCE(INSTANCE)\ macro
A Dhk32f031x4x6.h5391 #define IS_TIM_SLAVE_INSTANCE(INSTANCE)\ macro
A Dhk32f04ax4x6x8.h5332 #define IS_TIM_SLAVE_INSTANCE(INSTANCE)\ macro
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h7517 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l100xba.h7665 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l151xb.h7470 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l151xba.h7546 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l152xb.h7620 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l152xba.h7681 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l100xc.h8259 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l162xdx.h8895 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l162xe.h8895 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l152xc.h8601 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l152xca.h8688 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l152xe.h8753 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l162xc.h8743 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l162xca.h8830 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l151xca.h8538 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro
A Dstm32l151xdx.h8603 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ macro

Completed in 1439 milliseconds

12