STM32L443xx HAL User Manual
|
Defines | |
#define | IS_LL_RCC_USART_CLKSOURCE(__VALUE__) |
#define | IS_LL_RCC_LPUART_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPUART1_CLKSOURCE)) |
#define | IS_LL_RCC_I2C_CLKSOURCE(__VALUE__) |
#define | IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) |
#define | IS_LL_RCC_SAI_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_SAI1_CLKSOURCE) |
#define | IS_LL_RCC_SDMMC_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_SDMMC1_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_ADC_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_ADC_CLKSOURCE)) |
#define | IS_LL_RCC_SWPMI_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_SWPMI1_CLKSOURCE)) |
#define IS_LL_RCC_ADC_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_ADC_CLKSOURCE)) |
Definition at line 105 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetADCClockFreq().
#define IS_LL_RCC_I2C_CLKSOURCE | ( | __VALUE__ | ) |
(((__VALUE__) == LL_RCC_I2C1_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_I2C3_CLKSOURCE))
Definition at line 69 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetI2CClockFreq().
#define IS_LL_RCC_LPTIM_CLKSOURCE | ( | __VALUE__ | ) |
(((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_LPTIM2_CLKSOURCE))
Definition at line 81 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetLPTIMClockFreq().
#define IS_LL_RCC_LPUART_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_LPUART1_CLKSOURCE)) |
Definition at line 61 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetLPUARTClockFreq().
#define IS_LL_RCC_RNG_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_RNG_CLKSOURCE)) |
Definition at line 99 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetRNGClockFreq().
#define IS_LL_RCC_SAI_CLKSOURCE | ( | __VALUE__ | ) | ((__VALUE__) == LL_RCC_SAI1_CLKSOURCE) |
Definition at line 88 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetSAIClockFreq().
#define IS_LL_RCC_SDMMC_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_SDMMC1_CLKSOURCE)) |
Definition at line 96 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetSDMMCClockFreq().
#define IS_LL_RCC_SWPMI_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_SWPMI1_CLKSOURCE)) |
Definition at line 108 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetSWPMIClockFreq().
#define IS_LL_RCC_USART_CLKSOURCE | ( | __VALUE__ | ) |
(((__VALUE__) == LL_RCC_USART1_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_USART2_CLKSOURCE) \ || ((__VALUE__) == LL_RCC_USART3_CLKSOURCE))
Definition at line 44 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetUSARTClockFreq().
#define IS_LL_RCC_USB_CLKSOURCE | ( | __VALUE__ | ) | (((__VALUE__) == LL_RCC_USB_CLKSOURCE)) |
Definition at line 102 of file stm32l4xx_ll_rcc.c.
Referenced by LL_RCC_GetUSBClockFreq().