/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_comp_ex.h | 1855 #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 …]
|
D | stm32f3xx_hal_rtc.h | 815 #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/ |
D | stm32f0xx_hal_comp.h | 642 #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))
|
D | stm32f0xx_hal_rtc.h | 806 #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/ |
D | stm32l1xx_hal_comp.h | 161 #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) )
|
D | stm32l1xx_hal_rtc.h | 830 #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/ |
D | stm32h7xx_hal_rtc.h | 1025 #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/ |
D | stm32l4xx_hal_rtc.h | 1025 #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/ |
D | stm32wbxx_hal_rtc_ex.h | 1237 #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/ |
D | stm32l0xx_hal.h | 112 #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))
|
D | stm32l0xx_hal_rtc.h | 833 #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/ |
D | stm32u0xx_hal_rtc.h | 878 #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/ |
D | stm32mp1xx_hal_rtc.h | 840 #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/ |
D | stm32l5xx_hal_rtc.h | 836 #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/ |
D | stm32wlxx_hal_rtc.h | 851 #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/ |
D | stm32wbaxx_hal_rtc.h | 847 #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/ |
D | stm32n6xx_hal_rtc.h | 852 #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/ |
D | stm32g0xx_hal_rtc.h | 857 #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/ |
D | stm32h7rsxx_hal_rtc.h | 857 #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/ |
D | stm32g4xx_hal_rtc.h | 907 #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/ |
D | stm32h5xx_hal_rtc.h | 873 #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/ |
D | stm32u5xx_hal_rtc.h | 870 #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/ |
D | stm32f2xx_hal_rtc.h | 746 #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/ |
D | stm32f7xx_hal_rtc.h | 810 #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/ |
D | stm32f4xx_hal_rtc.h | 811 #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))
|