Type Alias W

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

Register INTFLAG writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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

Bit 0 - Overflow/Underflow

Source

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

Bit 1 - Error

Source

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

Bit 2 - Direction Change

Source

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

Bit 3 - Velocity

Source

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

Bit 4 - Channel 0 Compare Match

Source

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

Bit 5 - Channel 1 Compare Match