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

Bit 0 - Underrun 0 Interrupt Enable

Source

pub fn underrun1(&self) -> Underrun1R

Bit 1 - Underrun 1 Interrupt Enable

Source

pub fn empty0(&self) -> Empty0R

Bit 2 - Data Buffer 0 Empty Interrupt Enable

Source

pub fn empty1(&self) -> Empty1R

Bit 3 - Data Buffer 1 Empty Interrupt Enable

Source

pub fn resrdy0(&self) -> Resrdy0R

Bit 4 - Result 0 Ready Interrupt Enable

Source

pub fn resrdy1(&self) -> Resrdy1R

Bit 5 - Result 1 Ready Interrupt Enable

Source

pub fn overrun0(&self) -> Overrun0R

Bit 6 - Overrun 0 Interrupt Enable

Source

pub fn overrun1(&self) -> Overrun1R

Bit 7 - Overrun 1 Interrupt Enable