|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | IS_LL_UTILS_SYSCLK_DIV(__VALUE__) |
| #define | IS_LL_UTILS_APB1_DIV(__VALUE__) |
| #define | IS_LL_UTILS_APB2_DIV(__VALUE__) |
| #define | IS_LL_UTILS_PLLM_VALUE(__VALUE__) |
| #define | IS_LL_UTILS_PLLN_VALUE(__VALUE__) |
| #define | IS_LL_UTILS_PLLP_VALUE(__VALUE__) |
| #define | IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) |
| #define | IS_LL_UTILS_PLLVCO_OUTPUT(__VALUE__) |
| #define | IS_LL_UTILS_PLL_FREQUENCY(__VALUE__) |
| #define | IS_LL_UTILS_HSE_BYPASS(__STATE__) |
| #define | IS_LL_UTILS_HSE_FREQUENCY(__FREQUENCY__) |
| #define IS_LL_UTILS_APB1_DIV | ( | __VALUE__ | ) |
Definition at line 121 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_EnablePLLAndSwitchSystem().
| #define IS_LL_UTILS_APB2_DIV | ( | __VALUE__ | ) |
Definition at line 127 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_EnablePLLAndSwitchSystem().
| #define IS_LL_UTILS_HSE_BYPASS | ( | __STATE__ | ) |
Definition at line 221 of file stm32f4xx_ll_utils.c.
Referenced by LL_PLL_ConfigSystemClock_HSE().
| #define IS_LL_UTILS_HSE_FREQUENCY | ( | __FREQUENCY__ | ) |
Definition at line 224 of file stm32f4xx_ll_utils.c.
Referenced by LL_PLL_ConfigSystemClock_HSE().
| #define IS_LL_UTILS_PLL_FREQUENCY | ( | __VALUE__ | ) |
Definition at line 208 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_PLLM_VALUE | ( | __VALUE__ | ) |
Definition at line 133 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_PLLN_VALUE | ( | __VALUE__ | ) |
Definition at line 196 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_PLLP_VALUE | ( | __VALUE__ | ) |
Definition at line 198 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_PLLVCO_INPUT | ( | __VALUE__ | ) |
Definition at line 203 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_PLLVCO_OUTPUT | ( | __VALUE__ | ) |
Definition at line 205 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_GetPLLOutputFrequency().
| #define IS_LL_UTILS_SYSCLK_DIV | ( | __VALUE__ | ) |
Definition at line 111 of file stm32f4xx_ll_utils.c.
Referenced by UTILS_EnablePLLAndSwitchSystem().