Type Alias SelR

Source
pub type SelR = FieldReader<Selselect>;
Expand description

Field SEL reader - Voltage Reference Selection

Aliased Type§

struct SelR { /* private fields */ }

Implementations§

Source§

impl SelR

Source

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

Get enumerated values variant

Source

pub fn is_1v0(&self) -> bool

1.0V voltage reference typical value

Source

pub fn is_1v1(&self) -> bool

1.1V voltage reference typical value

Source

pub fn is_1v2(&self) -> bool

1.2V voltage reference typical value

Source

pub fn is_1v25(&self) -> bool

1.25V voltage reference typical value

Source

pub fn is_2v0(&self) -> bool

2.0V voltage reference typical value

Source

pub fn is_2v2(&self) -> bool

2.2V voltage reference typical value

Source

pub fn is_2v4(&self) -> bool

2.4V voltage reference typical value

Source

pub fn is_2v5(&self) -> bool

2.5V voltage reference typical value