/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 4729 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 4730 ((__RANGE__) == RCC_MSIRANGE_1) || \ 4731 ((__RANGE__) == RCC_MSIRANGE_2) || \ 4732 ((__RANGE__) == RCC_MSIRANGE_3) || \ 4733 ((__RANGE__) == RCC_MSIRANGE_4) || \ 4734 ((__RANGE__) == RCC_MSIRANGE_5) || \ 4735 ((__RANGE__) == RCC_MSIRANGE_6) || \ 4736 ((__RANGE__) == RCC_MSIRANGE_7) || \ 4737 ((__RANGE__) == RCC_MSIRANGE_8) || \ 4738 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_utils.c | 140 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) \ argument 141 ((((__RANGE__) == LL_RCC_PLLINPUTRANGE_1_2) && \ 143 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_2_4) && \ 145 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_4_8) && \ 147 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_8_16) && \ 150 #define IS_LL_UTILS_PLLVCO_OUTPUT(__VALUE__, __RANGE__) \ argument 151 ((((__RANGE__) == LL_RCC_PLLVCORANGE_MEDIUM) && \ 153 (((__RANGE__) == LL_RCC_PLLVCORANGE_WIDE) && \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_utils.c | 136 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) ( \ argument 137 … (((__RANGE__) == LL_RCC_PLLINPUTRANGE_1_2) && \ 140 … (((__RANGE__) == LL_RCC_PLLINPUTRANGE_2_4) && \ 143 … (((__RANGE__) == LL_RCC_PLLINPUTRANGE_4_8) && \ 146 … (((__RANGE__) == LL_RCC_PLLINPUTRANGE_8_16) && \ 150 #define IS_LL_UTILS_PLLVCO_OUTPUT(__VALUE__, __RANGE__) ( \ argument 151 … (((__RANGE__) == LL_RCC_PLLVCORANGE_MEDIUM) && \ 154 … (((__RANGE__) == LL_RCC_PLLVCORANGE_WIDE) && \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_utils.c | 214 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) ( \ argument 215 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_1_2) && (UTILS_PLLVCO_INPUT_MIN1 <= (__VALUE__)) && ((__VALUE… 216 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_2_4) && (UTILS_PLLVCO_INPUT_MIN2 <= (__VALUE__)) && ((__VALUE… 217 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_4_8) && (UTILS_PLLVCO_INPUT_MIN3 <= (__VALUE__)) && ((__VALUE… 218 (((__RANGE__) == LL_RCC_PLLINPUTRANGE_8_16) && (UTILS_PLLVCO_INPUT_MIN4 <= (__VALUE__)) && ((__VALU… 220 #define IS_LL_UTILS_PLLVCO_OUTPUT(__VALUE__, __RANGE__) ( \ argument 221 (((__RANGE__) == LL_RCC_PLLVCORANGE_MEDIUM) && (UTILS_PLLVCO_MEDIUM_OUTPUT_MIN <= (__VALUE__)) && (… 222 (((__RANGE__) == LL_RCC_PLLVCORANGE_WIDE) && (UTILS_PLLVCO_WIDE_OUTPUT_MIN <= (__VALUE__)) && ((__V…
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc.h | 142 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 143 ((__RANGE__) == RCC_MSIRANGE_1) || \ 144 ((__RANGE__) == RCC_MSIRANGE_2) || \ 145 ((__RANGE__) == RCC_MSIRANGE_3) || \ 146 ((__RANGE__) == RCC_MSIRANGE_4) || \ 147 ((__RANGE__) == RCC_MSIRANGE_5) || \ 148 ((__RANGE__) == RCC_MSIRANGE_6) || \ 149 ((__RANGE__) == RCC_MSIRANGE_7) || \ 150 ((__RANGE__) == RCC_MSIRANGE_8) || \ 151 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
D | stm32wlxx_hal_pwr_ex.h | 512 #define IS_PWR_VOLTAGE_SCALING_RANGE(__RANGE__) (((__RANGE__) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ argument 513 ((__RANGE__) == PWR_REGULATOR_VOLTAGE_SCALE2))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 2863 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 2864 ((__RANGE__) == RCC_MSIRANGE_1) || \ 2865 ((__RANGE__) == RCC_MSIRANGE_2) || \ 2866 ((__RANGE__) == RCC_MSIRANGE_3) || \ 2867 ((__RANGE__) == RCC_MSIRANGE_4) || \ 2868 ((__RANGE__) == RCC_MSIRANGE_5) || \ 2869 ((__RANGE__) == RCC_MSIRANGE_6) || \ 2870 ((__RANGE__) == RCC_MSIRANGE_7) || \ 2871 ((__RANGE__) == RCC_MSIRANGE_8) || \ 2872 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 3443 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 3444 ((__RANGE__) == RCC_MSIRANGE_1) || \ 3445 ((__RANGE__) == RCC_MSIRANGE_2) || \ 3446 ((__RANGE__) == RCC_MSIRANGE_3) || \ 3447 ((__RANGE__) == RCC_MSIRANGE_4) || \ 3448 ((__RANGE__) == RCC_MSIRANGE_5) || \ 3449 ((__RANGE__) == RCC_MSIRANGE_6) || \ 3450 ((__RANGE__) == RCC_MSIRANGE_7) || \ 3451 ((__RANGE__) == RCC_MSIRANGE_8) || \ 3452 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc.h | 135 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 136 ((__RANGE__) == RCC_MSIRANGE_1) || \ 137 ((__RANGE__) == RCC_MSIRANGE_2) || \ 138 ((__RANGE__) == RCC_MSIRANGE_3) || \ 139 ((__RANGE__) == RCC_MSIRANGE_4) || \ 140 ((__RANGE__) == RCC_MSIRANGE_5) || \ 141 ((__RANGE__) == RCC_MSIRANGE_6))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc.h | 148 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 149 ((__RANGE__) == RCC_MSIRANGE_1) || \ 150 ((__RANGE__) == RCC_MSIRANGE_2) || \ 151 ((__RANGE__) == RCC_MSIRANGE_3) || \ 152 ((__RANGE__) == RCC_MSIRANGE_4) || \ 153 ((__RANGE__) == RCC_MSIRANGE_5) || \ 154 ((__RANGE__) == RCC_MSIRANGE_6) || \ 155 ((__RANGE__) == RCC_MSIRANGE_7) || \ 156 ((__RANGE__) == RCC_MSIRANGE_8) || \ 157 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 4743 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 4744 ((__RANGE__) == RCC_MSIRANGE_1) || \ 4745 ((__RANGE__) == RCC_MSIRANGE_2) || \ 4746 ((__RANGE__) == RCC_MSIRANGE_3) || \ 4747 ((__RANGE__) == RCC_MSIRANGE_4) || \ 4748 ((__RANGE__) == RCC_MSIRANGE_5) || \ 4749 ((__RANGE__) == RCC_MSIRANGE_6) || \ 4750 ((__RANGE__) == RCC_MSIRANGE_7) || \ 4751 ((__RANGE__) == RCC_MSIRANGE_8) || \ 4752 ((__RANGE__) == RCC_MSIRANGE_9) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 163 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument 164 ((__RANGE__) == RCC_MSIRANGE_1) || \ 165 ((__RANGE__) == RCC_MSIRANGE_2) || \ 166 ((__RANGE__) == RCC_MSIRANGE_3) || \ 167 ((__RANGE__) == RCC_MSIRANGE_4) || \ 168 ((__RANGE__) == RCC_MSIRANGE_5) || \ 169 ((__RANGE__) == RCC_MSIRANGE_6))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_pwr_ex.h | 1111 #define IS_PWR_VDDIO_RANGE(__RANGE__) (((__RANGE__) == PWR_VDDIO_RANGE_3V3) || \ argument 1112 ((__RANGE__) == PWR_VDDIO_RANGE_1V8))
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_adc.h | 1089 #define IS_ADC_DF_DYNAMIC_RANGE(__RANGE__) (((__RANGE__) == ADC_DF_DYN_RANGE_FULL) || \ argument 1090 ((__RANGE__) == ADC_DF_DYN_RANGE_HALF) )
|