Struct stm32f4xx_hal::pac::PWR
source · [−]pub struct PWR { /* private fields */ }
Expand description
Power control
Implementations
sourceimpl PWR
impl PWR
sourcepub const PTR: *const RegisterBlock = {0x40007000 as *const stm32f4::stm32f401::pwr::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40007000 as *const stm32f4::stm32f401::pwr::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl LPEnable for PWR
impl LPEnable for PWR
fn low_power_enable(rcc: &RccRB)
fn low_power_disable(rcc: &RccRB)
impl Send for PWR
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more