|
#define | RCC_RSTFLAG_MCURST ((uint32_t)(0x01U << 0)) |
|
#define | RCC_RSTFLAG_CPURST ((uint32_t)(0x01U << 1)) |
|
#define | RCC_RSTFLAG_WWDGRST ((uint32_t)(0x01U << 2)) |
|
#define | RCC_RSTFLAG_IWDGRST ((uint32_t)(0x01U << 3)) |
|
#define | RCC_RSTFLAG_LVDRST ((uint32_t)(0x01U << 4)) |
|
#define | RCC_RSTFLAG_PORRST ((uint32_t)(0x01U << 5)) |
|
#define | RCC_RSTFLAG_LOCKUPRST ((uint32_t)(0x01U << 6)) |
|
#define | RCC_RSTFLAG_PADRST ((uint32_t)(0x01U << 7)) |
|
#define | RCC_RSTFLAG_SFTRST ((uint32_t)(0x01U << 8)) |
|