Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 8 of 8) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_comp.h143 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \ argument
144 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \
145 ((OUTPUT) == COMP_OUTPUT_TIM3IC4) || \
146 ((OUTPUT) == COMP_OUTPUT_TIM3OCREFCLR) || \
147 ((OUTPUT) == COMP_OUTPUT_TIM4IC4) || \
148 ((OUTPUT) == COMP_OUTPUT_TIM4OCREFCLR) || \
149 ((OUTPUT) == COMP_OUTPUT_TIM10IC1) || \
150 ((OUTPUT) == COMP_OUTPUT_NONE) )
Dstm32l1xx_hal_i2s.h224 #define IS_I2S_MCLK_OUTPUT(OUTPUT) (((OUTPUT) == I2S_MCLKOUTPUT_ENABLE) || \ argument
225 ((OUTPUT) == I2S_MCLKOUTPUT_DISABLE))
Dstm32l1xx_hal_rtc_ex.h252 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
253 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
254 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
255 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
562 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \ argument
563 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h946 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
947 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
948 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
949 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
950 ((OUTPUT) == RTC_OUTPUT_TAMPER))
952 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
953 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
954 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
955 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
Dstm32l4xx_hal_rtc_ex.h1477 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \ argument
1478 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal.h111 #define IS_SYSCFG_VREFINT_OUT_SELECT(OUTPUT) (((OUTPUT) == SYSCFG_VREFINT_OUT_NONE) || \ argument
112 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB0) || \
113 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB1) || \
114 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB0_PB1))
Dstm32l0xx_hal_rtc_ex.h1341 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1342 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1343 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1344 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
1431 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \ argument
1432 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
Dstm32l0xx_hal_i2s.h440 #define IS_I2S_MCLK_OUTPUT(OUTPUT) (((OUTPUT) == I2S_MCLKOUTPUT_ENABLE) || \ argument
441 ((OUTPUT) == I2S_MCLKOUTPUT_DISABLE))