Type Alias R

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

Register INTENCLR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ovf(&self) -> OvfR

Bit 0 - Overflow/Underflow Interrupt Disable

Source

pub fn err(&self) -> ErrR

Bit 1 - Error Interrupt Disable

Source

pub fn dir(&self) -> DirR

Bit 2 - Direction Interrupt Disable

Source

pub fn vlc(&self) -> VlcR

Bit 3 - Velocity Interrupt Disable

Source

pub fn mc0(&self) -> Mc0R

Bit 4 - Channel 0 Compare Match Disable

Source

pub fn mc1(&self) -> Mc1R

Bit 5 - Channel 1 Compare Match Disable