#[repr(transparent)]pub struct Ctrl(pub u16);Expand description
Control Register
Tuple Fields§
§0: u16Implementations§
Source§impl Ctrl
impl Ctrl
Sourcepub const fn xip(&self) -> Xip
pub const fn xip(&self) -> Xip
INDEX Triggered Initialization of Position Counters UPOS and LPOS
Sourcepub const fn set_xip(&mut self, val: Xip)
pub const fn set_xip(&mut self, val: Xip)
INDEX Triggered Initialization of Position Counters UPOS and LPOS
Sourcepub const fn swip(&self) -> Swip
pub const fn swip(&self) -> Swip
Software-Triggered Initialization of Position Counters UPOS and LPOS
Trait Implementations§
impl Copy for Ctrl
impl Eq for Ctrl
impl StructuralPartialEq for Ctrl
Auto Trait Implementations§
impl Freeze for Ctrl
impl RefUnwindSafe for Ctrl
impl Send for Ctrl
impl Sync for Ctrl
impl Unpin for Ctrl
impl UnwindSafe for Ctrl
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