|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RCC_FLAG_HSIRDY ((uint8_t)0x21) |
| #define | RCC_FLAG_HSERDY ((uint8_t)0x31) |
| #define | RCC_FLAG_PLLRDY ((uint8_t)0x39) |
| #define | RCC_FLAG_PLLI2SRDY ((uint8_t)0x3B) |
| #define | RCC_FLAG_LSERDY ((uint8_t)0x41) |
| #define | RCC_FLAG_LSIRDY ((uint8_t)0x61) |
| #define | RCC_FLAG_BORRST ((uint8_t)0x79) |
| #define | RCC_FLAG_PINRST ((uint8_t)0x7A) |
| #define | RCC_FLAG_PORRST ((uint8_t)0x7B) |
| #define | RCC_FLAG_SFTRST ((uint8_t)0x7C) |
| #define | RCC_FLAG_IWDGRST ((uint8_t)0x7D) |
| #define | RCC_FLAG_WWDGRST ((uint8_t)0x7E) |
| #define | RCC_FLAG_LPWRRST ((uint8_t)0x7F) |
Elements values convention: 0XXYYYYYb
| #define RCC_FLAG_BORRST ((uint8_t)0x79) |
Definition at line 357 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_HSERDY ((uint8_t)0x31) |
Definition at line 348 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_HSIRDY ((uint8_t)0x21) |
Definition at line 347 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_IWDGRST ((uint8_t)0x7D) |
Definition at line 361 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) |
Definition at line 363 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_LSERDY ((uint8_t)0x41) |
Definition at line 353 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_LSIRDY ((uint8_t)0x61) |
Definition at line 356 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_PINRST ((uint8_t)0x7A) |
Definition at line 358 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_PLLI2SRDY ((uint8_t)0x3B) |
Definition at line 350 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_PLLRDY ((uint8_t)0x39) |
Definition at line 349 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_PORRST ((uint8_t)0x7B) |
Definition at line 359 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_SFTRST ((uint8_t)0x7C) |
Definition at line 360 of file stm32f4xx_hal_rcc.h.
| #define RCC_FLAG_WWDGRST ((uint8_t)0x7E) |
Definition at line 362 of file stm32f4xx_hal_rcc.h.