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 gpregret(self) -> Reg<Gpregret, RW>
pub const fn gpregret(self) -> Reg<Gpregret, RW>
General purpose retention register. This register is a retained register.
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
)