pub struct PwrMgr { /* private fields */ }
Implementations§
Source§impl PwrMgr
impl PwrMgr
pub const fn new(base: StaticRef<PwrMgrRegisters>) -> PwrMgr
pub fn check_clock_propagation(&self) -> bool
pub fn handle_interrupt(&self)
pub fn enable_low_power(&self)
Auto Trait Implementations§
impl Freeze for PwrMgr
impl !RefUnwindSafe for PwrMgr
impl !Send for PwrMgr
impl !Sync for PwrMgr
impl Unpin for PwrMgr
impl !UnwindSafe for PwrMgr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more