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 underrun0(&self) -> Underrun0R

Bit 0 - Result 0 Underrun

Source

pub fn underrun1(&self) -> Underrun1R

Bit 1 - Result 1 Underrun

Source

pub fn empty0(&self) -> Empty0R

Bit 2 - Data Buffer 0 Empty

Source

pub fn empty1(&self) -> Empty1R

Bit 3 - Data Buffer 1 Empty

Source

pub fn resrdy0(&self) -> Resrdy0R

Bit 4 - Result 0 Ready

Source

pub fn resrdy1(&self) -> Resrdy1R

Bit 5 - Result 1 Ready

Source

pub fn overrun0(&self) -> Overrun0R

Bit 6 - Result 0 Overrun

Source

pub fn overrun1(&self) -> Overrun1R

Bit 7 - Result 1 Overrun