Type Alias SelR

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

Field SEL reader - Voltage Regulator Selection

Aliased Type§

struct SelR { /* private fields */ }

Implementations§

Source§

impl SelR

Source

pub const fn variant(&self) -> Selselect

Get enumerated values variant

Source

pub fn is_ldo(&self) -> bool

LDO selection

Source

pub fn is_buck(&self) -> bool

Buck selection