RefselR

Type Alias RefselR 

pub type RefselR = FieldReader<Refsel>;
Expand description

Field REFSEL reader - Voltage Reference Selection

Aliased Type§

pub struct RefselR { /* private fields */ }

Implementations§

§

impl RefselR

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

Get enumerated values variant

pub fn is_00(&self) -> bool

Default voltage reference pin pair, that is, external pins VREFH and VREFL

pub fn is_01(&self) -> bool

Alternate reference voltage, that is, VALTH. This voltage may be additional external pin or internal source depending on the MCU configuration. See the chip configuration information for details specific to this MCU.