Skip to main content

DacResR

Type Alias DacResR 

Source
pub type DacResR = FieldReader<DacRes>;
Expand description

Field DAC_RES reader - DAC Resolution

Aliased Type§

pub struct DacResR { /* private fields */ }

Implementations§

Source§

impl DacResR

Source

pub const fn variant(&self) -> Option<DacRes>

Get enumerated values variant

Source

pub fn is_reso_4(&self) -> bool

4-bit DAC

Source

pub fn is_reso_6(&self) -> bool

6-bit DAC

Source

pub fn is_reso_8(&self) -> bool

8-bit DAC

Source

pub fn is_reso_10(&self) -> bool

10-bit DAC

Source

pub fn is_reso_12(&self) -> bool

12-bit DAC

Source

pub fn is_reso_14(&self) -> bool

14-bit DAC

Source

pub fn is_reso_16(&self) -> bool

16-bit DAC