#[repr(transparent)]pub struct Scs(pub u32);Expand description
Software Controllable Signals Register
Tuple Fields§
§0: u32Implementations§
Source§impl Scs
impl Scs
Sourcepub const fn set_hab_jde(&mut self, val: HabJde)
pub const fn set_hab_jde(&mut self, val: HabJde)
HAB JTAG Debug Enable
Sourcepub const fn spare(&self) -> u32
pub const fn spare(&self) -> u32
Unallocated read/write bits for implementation specific software use.
Trait Implementations§
impl Copy for Scs
impl Eq for Scs
impl StructuralPartialEq for Scs
Auto Trait Implementations§
impl Freeze for Scs
impl RefUnwindSafe for Scs
impl Send for Scs
impl Sync for Scs
impl Unpin for Scs
impl UnwindSafe for Scs
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