Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c5677 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC1_SetConfig()
5752 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC2_SetConfig()
5827 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC3_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1631 #define IS_TIM_OCN_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCNPOLARITY_HIGH) || \ macro