Type Alias R

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

Register INTFLAG reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ovf(&self) -> OvfR

Bit 0 - Overflow/Underflow

Source

pub fn err(&self) -> ErrR

Bit 1 - Error

Source

pub fn dir(&self) -> DirR

Bit 2 - Direction Change

Source

pub fn vlc(&self) -> VlcR

Bit 3 - Velocity

Source

pub fn mc0(&self) -> Mc0R

Bit 4 - Channel 0 Compare Match

Source

pub fn mc1(&self) -> Mc1R

Bit 5 - Channel 1 Compare Match