pub struct W(/* private fields */);Expand description
Register HC9_INT writer
Implementations§
Source§impl W
impl W
Sourcepub fn xfercompl(&mut self) -> XFERCOMPL_W<'_>
pub fn xfercompl(&mut self) -> XFERCOMPL_W<'_>
Bit 0 - Transfer Completed
Sourcepub fn frmovrun(&mut self) -> FRMOVRUN_W<'_>
pub fn frmovrun(&mut self) -> FRMOVRUN_W<'_>
Bit 9 - Frame Overrun
Sourcepub fn datatglerr(&mut self) -> DATATGLERR_W<'_>
pub fn datatglerr(&mut self) -> DATATGLERR_W<'_>
Bit 10 - Data Toggle Error
Methods from Deref<Target = W<HC9_INT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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