Home
last modified time | relevance | path

Searched refs:IS_TIM_IC_POLARITY (Results 1 – 16 of 16) sorted by relevance

/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c1998 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
2715 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
3049 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
3050 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_tim.c580 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
1022 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
1266 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
1267 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_tim.c580 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
1022 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
1266 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
1267 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_tim.c558 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
1001 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
1234 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
1235 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_tim.c1709 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
2366 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
2645 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
2646 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_tim.c2005 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
2722 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
3056 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
3057 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_tim.c2008 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()
2718 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()
3051 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()
3052 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h516 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_tim.h523 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h459 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h459 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_tim.h522 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h388 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h388 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim.h1364 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim.c3834 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()

Completed in 75 milliseconds