Type Alias W

Source
pub type W = W<IntenclrSpec>;
Expand description

Register INTENCLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn ovf(&mut self) -> OvfW<'_, IntenclrSpec>

Bit 0 - Overflow/Underflow Interrupt Disable

Source

pub fn err(&mut self) -> ErrW<'_, IntenclrSpec>

Bit 1 - Error Interrupt Disable

Source

pub fn dir(&mut self) -> DirW<'_, IntenclrSpec>

Bit 2 - Direction Interrupt Disable

Source

pub fn vlc(&mut self) -> VlcW<'_, IntenclrSpec>

Bit 3 - Velocity Interrupt Disable

Source

pub fn mc0(&mut self) -> Mc0W<'_, IntenclrSpec>

Bit 4 - Channel 0 Compare Match Disable

Source

pub fn mc1(&mut self) -> Mc1W<'_, IntenclrSpec>

Bit 5 - Channel 1 Compare Match Disable