Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp_ex.h1855 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_NONE) || \ argument
1856 ((OUTPUT) == COMP_OUTPUT_TIM1BKIN) || \
1857 ((OUTPUT) == COMP_OUTPUT_TIM1BKIN2_BRK2) || \
1858 ((OUTPUT) == COMP_OUTPUT_TIM1BKIN2) || \
1859 ((OUTPUT) == COMP_OUTPUT_TIM1IC1) || \
1860 ((OUTPUT) == COMP_OUTPUT_TIM1OCREFCLR) || \
1861 ((OUTPUT) == COMP_OUTPUT_TIM2IC2) || \
1862 ((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \
1863 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \
1864 ((OUTPUT) == COMP_OUTPUT_COMP6_TIM2OCREFCLR) || \
[all …]
Dstm32f3xx_hal_rtc.h815 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
816 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
817 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
818 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_comp.h642 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_NONE) || \ argument
643 ((OUTPUT) == COMP_OUTPUT_TIM1BKIN) || \
644 ((OUTPUT) == COMP_OUTPUT_TIM1IC1) || \
645 ((OUTPUT) == COMP_OUTPUT_TIM1OCREFCLR) || \
646 ((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \
647 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \
648 ((OUTPUT) == COMP_OUTPUT_TIM3IC1) || \
649 ((OUTPUT) == COMP_OUTPUT_TIM3OCREFCLR))
Dstm32f0xx_hal_rtc.h806 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
807 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
808 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
810 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
811 ((OUTPUT) == RTC_OUTPUT_ALARMA))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_comp.h161 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \ argument
162 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \
163 ((OUTPUT) == COMP_OUTPUT_TIM3IC4) || \
164 ((OUTPUT) == COMP_OUTPUT_TIM3OCREFCLR) || \
165 ((OUTPUT) == COMP_OUTPUT_TIM4IC4) || \
166 ((OUTPUT) == COMP_OUTPUT_TIM4OCREFCLR) || \
167 ((OUTPUT) == COMP_OUTPUT_TIM10IC1) || \
168 ((OUTPUT) == COMP_OUTPUT_NONE) )
Dstm32l1xx_hal_rtc.h830 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
831 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
832 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
833 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h1025 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1026 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1027 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1028 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
1029 ((OUTPUT) == RTC_OUTPUT_TAMPER))
1031 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1032 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1033 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1034 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc.h1025 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1026 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1027 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1028 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
1029 ((OUTPUT) == RTC_OUTPUT_TAMPER))
1031 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1032 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1033 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1034 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rtc_ex.h1237 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
1238 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
1239 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
1240 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
1329 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \ argument
1330 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal.h112 #define IS_SYSCFG_VREFINT_OUT_SELECT(OUTPUT) (((OUTPUT) == SYSCFG_VREFINT_OUT_NONE) || \ argument
113 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB0) || \
114 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB1) || \
115 ((OUTPUT) == SYSCFG_VREFINT_OUT_PB0_PB1))
Dstm32l0xx_hal_rtc.h833 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
834 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
835 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
836 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc.h878 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
879 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
880 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
881 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
882 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rtc.h840 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
841 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
842 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
843 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
844 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc.h836 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
837 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
838 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
839 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
840 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc.h851 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
852 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
853 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
854 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
855 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc.h847 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
848 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
849 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
850 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
851 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc.h852 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
853 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
854 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
855 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
856 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc.h857 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
858 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
859 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
860 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
861 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc.h857 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
858 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
859 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
860 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
861 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc.h907 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
908 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
909 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
910 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
911 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc.h873 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
874 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
875 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
876 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
877 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc.h870 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
871 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
872 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
873 ((OUTPUT) == RTC_OUTPUT_WAKEUP) || \
874 ((OUTPUT) == RTC_OUTPUT_TAMPER))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rtc.h746 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
747 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
748 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
749 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rtc.h810 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
811 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
812 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
813 ((OUTPUT) == RTC_OUTPUT_WAKEUP))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rtc.h811 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument
812 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \
813 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \
814 ((OUTPUT) == RTC_OUTPUT_WAKEUP))

123