Type Alias W

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

Register INTENSET writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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

Bit 0 - Overflow/Underflow Interrupt Enable

Source

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

Bit 1 - Error Interrupt Enable

Source

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

Bit 2 - Direction Interrupt Enable

Source

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

Bit 3 - Velocity Interrupt Enable

Source

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

Bit 4 - Channel 0 Compare Match Enable

Source

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

Bit 5 - Channel 1 Compare Match Enable