#[repr(transparent)]pub struct ScsSet(pub u32);Expand description
Software Controllable Signals Register
Tuple Fields§
§0: u32Implementations§
Source§impl ScsSet
impl ScsSet
Sourcepub const fn set_hab_jde(&mut self, val: bool)
pub const fn set_hab_jde(&mut self, val: bool)
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 ScsSet
impl Eq for ScsSet
impl StructuralPartialEq for ScsSet
Auto Trait Implementations§
impl Freeze for ScsSet
impl RefUnwindSafe for ScsSet
impl Send for ScsSet
impl Sync for ScsSet
impl Unpin for ScsSet
impl UnwindSafe for ScsSet
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