|
|
#define | RCC_FLAG_HSIRDY ((uint8_t)0x21U) |
| |
|
#define | RCC_FLAG_HSERDY ((uint8_t)0x31U) |
| |
|
#define | RCC_FLAG_PLLRDY ((uint8_t)0x39U) |
| |
|
#define | RCC_FLAG_PLLI2SRDY ((uint8_t)0x3BU) |
| |
|
#define | RCC_FLAG_LSERDY ((uint8_t)0x41U) |
| |
|
#define | RCC_FLAG_LSIRDY ((uint8_t)0x61U) |
| |
|
#define | RCC_FLAG_BORRST ((uint8_t)0x79U) |
| |
|
#define | RCC_FLAG_PINRST ((uint8_t)0x7AU) |
| |
|
#define | RCC_FLAG_PORRST ((uint8_t)0x7BU) |
| |
|
#define | RCC_FLAG_SFTRST ((uint8_t)0x7CU) |
| |
|
#define | RCC_FLAG_IWDGRST ((uint8_t)0x7DU) |
| |
|
#define | RCC_FLAG_WWDGRST ((uint8_t)0x7EU) |
| |
|
#define | RCC_FLAG_LPWRRST ((uint8_t)0x7FU) |
| |
Elements values convention: 0XXYYYYYb
- YYYYY : Flag position in the register
- 0XX : Register index
- 01: CR register
- 10: BDCR register
- 11: CSR register