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