#[repr(transparent)]pub struct Power(pub u32);Expand description
PXP Power Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Power
impl Power
Sourcepub const fn rot_mem_lp_state(&self) -> RotMemLpState
pub const fn rot_mem_lp_state(&self) -> RotMemLpState
Select the low power state of the Rotation (ROT) memory.
Sourcepub const fn set_rot_mem_lp_state(&mut self, val: RotMemLpState)
pub const fn set_rot_mem_lp_state(&mut self, val: RotMemLpState)
Select the low power state of the Rotation (ROT) memory.
Trait Implementations§
impl Copy for Power
impl Eq for Power
impl StructuralPartialEq for Power
Auto Trait Implementations§
impl Freeze for Power
impl RefUnwindSafe for Power
impl Send for Power
impl Sync for Power
impl Unpin for Power
impl UnwindSafe for Power
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