#[repr(transparent)]pub struct Sc(pub u32);Expand description
Status Control
Tuple Fields§
§0: u32Implementations§
Source§impl Sc
impl Sc
Sourcepub const fn spc_lp_req(&self) -> SpcLpReq
pub const fn spc_lp_req(&self) -> SpcLpReq
SPC Power Mode Configuration Status Flag
Sourcepub const fn set_spc_lp_req(&mut self, val: SpcLpReq)
pub const fn set_spc_lp_req(&mut self, val: SpcLpReq)
SPC Power Mode Configuration Status Flag
Sourcepub const fn spc_lp_mode(&self) -> SpcLpMode
pub const fn spc_lp_mode(&self) -> SpcLpMode
Power Domain Low-Power Mode Request
Sourcepub const fn set_spc_lp_mode(&mut self, val: SpcLpMode)
pub const fn set_spc_lp_mode(&mut self, val: SpcLpMode)
Power Domain Low-Power Mode Request
Sourcepub const fn set_iso_clr(&mut self, val: u8)
pub const fn set_iso_clr(&mut self, val: u8)
Isolation Clear Flags
Trait Implementations§
impl Copy for Sc
impl Eq for Sc
impl StructuralPartialEq for Sc
Auto Trait Implementations§
impl Freeze for Sc
impl RefUnwindSafe for Sc
impl Send for Sc
impl Sync for Sc
impl Unpin for Sc
impl UnwindSafe for Sc
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