/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 71 #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/ |
D | stm32wbxx_ll_adc.c | 147 #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/ |
D | stm32f0xx_ll_adc.c | 103 #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/ |
D | stm32l0xx_ll_adc.c | 123 #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/ |
D | stm32u0xx_ll_adc.c | 127 #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/ |
D | stm32wlxx_ll_adc.c | 127 #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/ |
D | stm32c0xx_ll_adc.c | 127 #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/ |
D | stm32g0xx_ll_adc.c | 127 #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/ |
D | stm32l5xx_ll_adc.c | 114 #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/ |
D | stm32n6xx_ll_adc.c | 111 #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/ |
D | stm32l4xx_ll_adc.c | 114 #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/ |
D | stm32h7rsxx_ll_adc.c | 116 #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/ |
D | stm32h5xx_ll_adc.c | 116 #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/ |
D | stm32mp1xx_ll_adc.c | 128 #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/ |
D | stm32h7xx_ll_adc.c | 128 #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/ |
D | stm32u5xx_ll_adc.c | 128 #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/ |
D | stm32g4xx_ll_adc.c | 116 #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/ |
D | stm32f3xx_ll_adc.c | 114 #define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \ argument 115 ( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \ 116 || ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
|