#[repr(transparent)]pub struct ScsClr(pub u32);Expand description
Software Controllable Signals Register
Tuple Fields§
§0: u32Implementations§
Source§impl ScsClr
impl ScsClr
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 ScsClr
impl Eq for ScsClr
impl StructuralPartialEq for ScsClr
Auto Trait Implementations§
impl Freeze for ScsClr
impl RefUnwindSafe for ScsClr
impl Send for ScsClr
impl Sync for ScsClr
impl Unpin for ScsClr
impl UnwindSafe for ScsClr
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