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
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)