pub struct Power { /* private fields */ }Expand description
Power control.
Implementations§
Source§impl Power
impl Power
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_constlat(self) -> Reg<u32, W>
pub const fn tasks_constlat(self) -> Reg<u32, W>
Enable Constant Latency mode.
Sourcepub const fn tasks_lowpwr(self) -> Reg<u32, W>
pub const fn tasks_lowpwr(self) -> Reg<u32, W>
Enable Low-power mode (variable latency).
Sourcepub const fn events_pofwarn(self) -> Reg<u32, RW>
pub const fn events_pofwarn(self) -> Reg<u32, RW>
Power failure warning.
Sourcepub const fn events_sleepenter(self) -> Reg<u32, RW>
pub const fn events_sleepenter(self) -> Reg<u32, RW>
CPU entered WFI/WFE sleep.
Sourcepub const fn events_sleepexit(self) -> Reg<u32, RW>
pub const fn events_sleepexit(self) -> Reg<u32, RW>
CPU exited WFI/WFE sleep.
Sourcepub const fn events_usbdetected(self) -> Reg<u32, RW>
pub const fn events_usbdetected(self) -> Reg<u32, RW>
Voltage supply detected on VBUS.
Sourcepub const fn events_usbremoved(self) -> Reg<u32, RW>
pub const fn events_usbremoved(self) -> Reg<u32, RW>
Voltage supply removed from VBUS.
Sourcepub const fn events_usbpwrrdy(self) -> Reg<u32, RW>
pub const fn events_usbpwrrdy(self) -> Reg<u32, RW>
USB 3.3 V supply ready.
Sourcepub const fn usbregstatus(self) -> Reg<Usbregstatus, R>
pub const fn usbregstatus(self) -> Reg<Usbregstatus, R>
USB supply status.
Sourcepub const fn mainregstatus(self) -> Reg<Mainregstatus, R>
pub const fn mainregstatus(self) -> Reg<Mainregstatus, R>
Main supply status.
Trait Implementations§
impl Copy for Power
impl Eq for Power
impl Send for Power
impl StructuralPartialEq for Power
impl Sync for Power
Auto Trait Implementations§
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