Type Alias R

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

Register STATUS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ready0(&self) -> Ready0R

Bit 0 - DAC 0 Startup Ready

Source

pub fn ready1(&self) -> Ready1R

Bit 1 - DAC 1 Startup Ready

Source

pub fn eoc0(&self) -> Eoc0R

Bit 2 - DAC 0 End of Conversion

Source

pub fn eoc1(&self) -> Eoc1R

Bit 3 - DAC 1 End of Conversion