pub type W = W<IntflagSpec>;
Expand description
Register INTFLAG
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn ovf(&mut self) -> OvfW<'_, IntflagSpec>
pub fn ovf(&mut self) -> OvfW<'_, IntflagSpec>
Bit 0 - Overflow/Underflow
Sourcepub fn err(&mut self) -> ErrW<'_, IntflagSpec>
pub fn err(&mut self) -> ErrW<'_, IntflagSpec>
Bit 1 - Error
Sourcepub fn dir(&mut self) -> DirW<'_, IntflagSpec>
pub fn dir(&mut self) -> DirW<'_, IntflagSpec>
Bit 2 - Direction Change
Sourcepub fn vlc(&mut self) -> VlcW<'_, IntflagSpec>
pub fn vlc(&mut self) -> VlcW<'_, IntflagSpec>
Bit 3 - Velocity
Sourcepub fn mc0(&mut self) -> Mc0W<'_, IntflagSpec>
pub fn mc0(&mut self) -> Mc0W<'_, IntflagSpec>
Bit 4 - Channel 0 Compare Match
Sourcepub fn mc1(&mut self) -> Mc1W<'_, IntflagSpec>
pub fn mc1(&mut self) -> Mc1W<'_, IntflagSpec>
Bit 5 - Channel 1 Compare Match