28 #ifndef ARCH_REG_PWR_HPP_INCLUDED 29 #define ARCH_REG_PWR_HPP_INCLUDED 46 :
public reg< uint32_t, base_addr + 0x0, rw, 0x00000000 >
59 template<
unsigned int fraction>
61 :
public regval< regbits_type, fraction - 2 >
62 { static_assert((fraction >= 2) && (fraction <= 9),
"invalid fraction"); };
72 :
public reg< uint32_t, base_addr + 0x4, rw, 0x00000000 >
85 #endif // ARCH_REG_PWR_HPP_INCLUDED PVD Level Selection.
Definition: pwr.hpp:57
Power control register (PWR_CR)
Definition: pwr.hpp:45
Power control register (PWR_CR)
Definition: pwr.hpp:71
Power control.
Definition: pwr.hpp:38
static constexpr reg_addr_t base_addr
Definition: pwr.hpp:40