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