STM32F479xx HAL User Manual
|
Elements values convention: 0XXYYYYYb. More...
Defines | |
#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 359 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_HSERDY ((uint8_t)0x31) |
Definition at line 350 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_OscConfig().
#define RCC_FLAG_HSIRDY ((uint8_t)0x21) |
Definition at line 349 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_OscConfig().
#define RCC_FLAG_IWDGRST ((uint8_t)0x7D) |
Definition at line 363 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_LPWRRST ((uint8_t)0x7F) |
Definition at line 365 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_LSERDY ((uint8_t)0x41) |
Definition at line 355 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig(), and HAL_RCCEx_PeriphCLKConfig().
#define RCC_FLAG_LSIRDY ((uint8_t)0x61) |
Definition at line 358 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define RCC_FLAG_PINRST ((uint8_t)0x7A) |
Definition at line 360 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_PLLI2SRDY ((uint8_t)0x3B) |
Definition at line 352 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCCEx_EnablePLLI2S(), and HAL_RCCEx_PeriphCLKConfig().
#define RCC_FLAG_PLLRDY ((uint8_t)0x39) |
Definition at line 351 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_PWREx_ControlVoltageScaling(), HAL_RCC_ClockConfig(), and HAL_RCC_OscConfig().
#define RCC_FLAG_PORRST ((uint8_t)0x7B) |
Definition at line 361 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_SFTRST ((uint8_t)0x7C) |
Definition at line 362 of file stm32f4xx_hal_rcc.h.
#define RCC_FLAG_WWDGRST ((uint8_t)0x7E) |
Definition at line 364 of file stm32f4xx_hal_rcc.h.