Data Structures | |
| struct | PWR_TypeDef |
| Power Control. More... | |
Defines | |
| #define | PWR_FLAG_WU ((uint32_t)0x00000001) |
| #define | PWR_FLAG_SB ((uint32_t)0x00000002) |
| #define | PWR_FLAG_PVDO ((uint32_t)0x00000004) |
| #define | PWR_CR_DBP ((uint32_t)(1<<8)) |
| #define | IS_PWR_GET_FLAG(FLAG) |
| #define | IS_PWR_CLEAR_FLAG(FLAG) (((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB)) |
| #define | PWR_BASE (STM32_APB1PERIPH_BASE + 0x7000) |
| #define | PWR ((PWR_TypeDef *) PWR_BASE) |
Variables | |
| __IO uint32_t | PWR_TypeDef::CR |
| __IO uint32_t | PWR_TypeDef::CSR |
| #define PWR_FLAG_WU ((uint32_t)0x00000001) |
| #define PWR_FLAG_SB ((uint32_t)0x00000002) |
| #define PWR_FLAG_PVDO ((uint32_t)0x00000004) |
| #define PWR_CR_DBP ((uint32_t)(1<<8)) |
| #define IS_PWR_GET_FLAG | ( | FLAG | ) |
(((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB) || \ ((FLAG) == PWR_FLAG_PVDO))
| #define IS_PWR_CLEAR_FLAG | ( | FLAG | ) | (((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB)) |
| #define PWR_BASE (STM32_APB1PERIPH_BASE + 0x7000) |
| #define PWR ((PWR_TypeDef *) PWR_BASE) |
| __IO uint32_t PWR_TypeDef::CR |
PWR power control register, Address offset: 0x00
| __IO uint32_t PWR_TypeDef::CSR |
PWR power control/status register, Address offset: 0x04