|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RCC_IT_LSIRDY ((uint8_t)0x01) |
| #define | RCC_IT_LSERDY ((uint8_t)0x02) |
| #define | RCC_IT_HSIRDY ((uint8_t)0x04) |
| #define | RCC_IT_HSERDY ((uint8_t)0x08) |
| #define | RCC_IT_PLLRDY ((uint8_t)0x10) |
| #define | RCC_IT_PLLI2SRDY ((uint8_t)0x20) |
| #define | RCC_IT_CSS ((uint8_t)0x80) |
| #define RCC_IT_CSS ((uint8_t)0x80) |
Definition at line 332 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_HSERDY ((uint8_t)0x08) |
Definition at line 329 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_HSIRDY ((uint8_t)0x04) |
Definition at line 328 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_LSERDY ((uint8_t)0x02) |
Definition at line 327 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_LSIRDY ((uint8_t)0x01) |
Definition at line 326 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_PLLI2SRDY ((uint8_t)0x20) |
Definition at line 331 of file stm32f4xx_hal_rcc.h.
| #define RCC_IT_PLLRDY ((uint8_t)0x10) |
Definition at line 330 of file stm32f4xx_hal_rcc.h.