Home
last modified time | relevance | path

Searched refs:__LOW_POWER__ (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c71 #define IS_LL_ADC_LOW_POWER_AUTOWAIT(__LOW_POWER__) \ argument
72 ( ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_NONE) \
73 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
74 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_7_APBCLOCKCYCLES) \
75 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_15_APBCLOCKCYCLES) \
76 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_31_APBCLOCKCYCLES) \
77 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_63_APBCLOCKCYCLES) \
78 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_127_APBCLOCKCYCLES) \
79 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_255_APBCLOCKCYCLES) \
82 #define IS_LL_ADC_LOW_POWER_AUTOPOWEROFF(__LOW_POWER__) \ argument
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c147 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
148 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
149 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
150 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
151 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
154 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
155 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
156 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_adc.c103 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
104 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
105 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
106 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
107 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_adc.c123 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
124 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
125 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
126 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
127 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_adc.c127 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
128 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
129 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
131 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c127 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
128 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
129 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
131 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c127 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
128 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
129 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
131 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c127 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
128 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
129 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOPOWEROFF) \
131 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT_AUTOPOWEROFF) \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c114 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
115 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
116 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_adc.c111 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
112 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
113 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c114 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
115 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
116 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c116 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
117 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
118 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c116 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
117 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
118 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c128 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
129 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c128 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
129 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c128 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
129 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
130 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c116 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
117 (((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
118 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c114 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument
115 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
116 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \