pub struct PWR { /* private fields */ }
Expand description
Power control
Implementations
impl PWR
impl PWR
pub const PTR: *const RegisterBlock = {0x40007000 as *const stm32f4xx_hal::pac::pwr::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40007000 as *const stm32f4xx_hal::pac::pwr::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Enable for PWR
impl Enable for PWR
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for PWR
impl LPEnable for PWR
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Send for PWR
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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