|
OpenMPTL - STM32F4
C++ Microprocessor Template Library
|
Power control register.
#include <pwr.hpp>
Public Types | |
| using | VOS = regbits< type, 14, 1 > |
| Regulator voltage scaling output selection. More... | |
| using | FPDS = regbits< type, 9, 1 > |
| Flash power down in Stop mode. More... | |
| using | DBP = regbits< type, 8, 1 > |
| Disable backup domain write protection. More... | |
| using | PLS = regbits< type, 5, 3 > |
| PVD level selection. More... | |
| using | PVDE = regbits< type, 4, 1 > |
| Power voltage detector enable. More... | |
| using | CSBF = regbits< type, 3, 1 > |
| Clear standby flag. More... | |
| using | CWUF = regbits< type, 2, 1 > |
| Clear wakeup flag. More... | |
| using | PDDS = regbits< type, 1, 1 > |
| Power down deepsleep. More... | |
| using | LPDS = regbits< type, 0, 1 > |
| Low-power deep sleep. More... | |
Public Types inherited from mptl::reg< uint32_t, base_addr+0x0, rw, 0x00004000 > | |
| typedef reg< Tp, base_addr+0x0, rw, 0x00004000 > | type |
| typedef type | reg_type |
| typedef regbits< type, 0, sizeof(Tp) *8 > | regbits_type |
| typedef Tp | value_type |
| typedef regmask< reg_type, 0, 0 > | neutral_regmask |
Public Types inherited from mptl::reg_access< Tp, base_addr+0x0, rw, 0x00004000 > | |
| typedef Tp | value_type |
Additional Inherited Members | |
Static Public Member Functions inherited from mptl::reg< uint32_t, base_addr+0x0, rw, 0x00004000 > | |
| static __always_inline value_type | test (value_type const value) |
| static __always_inline void | set (value_type const value) |
| static __always_inline void | set (value_type const set_mask, value_type const clear_mask) |
| static __always_inline void | set (void) |
| static __always_inline void | set (value_type const value) |
| static __always_inline void | clear (value_type const value) |
| static __always_inline void | clear (void) |
| static __always_inline void | mask (value_type const value) |
| static __always_inline void | reset () |
| static __always_inline void | reset_to (void) |
Static Public Member Functions inherited from mptl::reg_access< Tp, base_addr+0x0, rw, 0x00004000 > | |
| static __always_inline Tp | load (void) |
| static __always_inline void | store (Tp const value) |
| static __always_inline void | bitset () |
| static __always_inline void | bitclear () |
| static __always_inline bool | bittest () |
Static Public Attributes inherited from mptl::reg< uint32_t, base_addr+0x0, rw, 0x00004000 > | |
| static constexpr value_type | reset_value |
Static Public Attributes inherited from mptl::reg_access< Tp, base_addr+0x0, rw, 0x00004000 > | |
| static constexpr reg_addr_t | addr |
| static constexpr reg_perm | permission |
| static constexpr bool | bitop_enabled |
| using mptl::PWR::CR::CSBF = regbits< type, 3, 1 > |
| using mptl::PWR::CR::CWUF = regbits< type, 2, 1 > |
| using mptl::PWR::CR::DBP = regbits< type, 8, 1 > |
| using mptl::PWR::CR::FPDS = regbits< type, 9, 1 > |
| using mptl::PWR::CR::LPDS = regbits< type, 0, 1 > |
| using mptl::PWR::CR::PDDS = regbits< type, 1, 1 > |
| using mptl::PWR::CR::PLS = regbits< type, 5, 3 > |
| using mptl::PWR::CR::PVDE = regbits< type, 4, 1 > |
| using mptl::PWR::CR::VOS = regbits< type, 14, 1 > |
1.8.13