Defines | |
| #define | PWR_Regulator_ON ((uint32_t)0x00000000) |
| #define | PWR_Regulator_LowPower ((uint32_t)0x00000001) |
| #define | IS_PWR_REGULATOR(REGULATOR) |
| #define PWR_Regulator_ON ((uint32_t)0x00000000) |
| #define PWR_Regulator_LowPower ((uint32_t)0x00000001) |
| #define IS_PWR_REGULATOR | ( | REGULATOR | ) |
(((REGULATOR) == PWR_Regulator_ON) || \ ((REGULATOR) == PWR_Regulator_LowPower))