STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_OSCILLATORTYPE_NONE 0x00000000U |
#define | RCC_OSCILLATORTYPE_HSE 0x00000001U |
#define | RCC_OSCILLATORTYPE_HSI 0x00000002U |
#define | RCC_OSCILLATORTYPE_LSE 0x00000004U |
#define | RCC_OSCILLATORTYPE_LSI 0x00000008U |
#define | RCC_OSCILLATORTYPE_MSI 0x00000010U |
#define | RCC_OSCILLATORTYPE_HSI48 0x00000020U |
#define RCC_OSCILLATORTYPE_HSE 0x00000001U |
HSE to configure
Definition at line 166 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_HSI 0x00000002U |
HSI to configure
Definition at line 167 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_HSI48 0x00000020U |
HSI48 to configure
Definition at line 172 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_LSE 0x00000004U |
LSE to configure
Definition at line 168 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_LSI 0x00000008U |
LSI to configure
Definition at line 169 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_MSI 0x00000010U |
MSI to configure
Definition at line 170 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_OSCILLATORTYPE_NONE 0x00000000U |
Oscillator configuration unchanged
Definition at line 165 of file stm32l4xx_hal_rcc.h.