STM32F479xx HAL User Manual
|
Defines | |
#define | IS_LL_RCC_SAI_CLKSOURCE(__VALUE__) |
#define | IS_LL_RCC_SDIO_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_SDIO_CLKSOURCE)) |
#define | IS_LL_RCC_RNG_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_RNG_CLKSOURCE)) |
#define | IS_LL_RCC_USB_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_USB_CLKSOURCE)) |
#define | IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) |
#define | IS_LL_RCC_DSI_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_DSI_CLKSOURCE)) |
#define | IS_LL_RCC_LTDC_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LTDC_CLKSOURCE)) |
#define IS_LL_RCC_DSI_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_DSI_CLKSOURCE)) |
Definition at line 98 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetDSIClockFreq().
#define IS_LL_RCC_I2S_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) |
Definition at line 90 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetI2SClockFreq().
#define IS_LL_RCC_LTDC_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_LTDC_CLKSOURCE)) |
Definition at line 102 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetLTDCClockFreq().
#define IS_LL_RCC_RNG_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_RNG_CLKSOURCE)) |
Definition at line 68 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetRNGClockFreq().
#define IS_LL_RCC_SAI_CLKSOURCE | ( | __VALUE__ | ) |
(((__VALUE__) == LL_RCC_SAI1_A_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_SAI1_B_CLKSOURCE))
Definition at line 58 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetSAIClockFreq().
#define IS_LL_RCC_SDIO_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_SDIO_CLKSOURCE)) |
Definition at line 64 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetSDIOClockFreq().
#define IS_LL_RCC_USB_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_USB_CLKSOURCE)) |
Definition at line 72 of file stm32f4xx_ll_rcc.c.
Referenced by LL_RCC_GetUSBClockFreq().