#[repr(transparent)]pub struct Ctrl(pub u16);Expand description
Control
Tuple Fields§
§0: u16Implementations§
Source§impl Ctrl
impl Ctrl
Sourcepub const fn set_cmpirq(&mut self, val: bool)
pub const fn set_cmpirq(&mut self, val: bool)
Compare Interrupt Request
Sourcepub const fn xip(&self) -> bool
pub const fn xip(&self) -> bool
INDEX Triggered Initialization of Position Counters UPOS and LPOS
Sourcepub const fn set_xip(&mut self, val: bool)
pub const fn set_xip(&mut self, val: bool)
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
Sourcepub const fn set_swip(&mut self, val: Swip)
pub const fn set_swip(&mut self, val: 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