pub type AUXSRC_R = FieldReader<AUXSRC_A>;
Expand description

Field AUXSRC reader - Selects the auxiliary clock source, will glitch when switching

Aliased Type§

struct AUXSRC_R { /* private fields */ }

Implementations§

source§

impl AUXSRC_R

source

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

Get enumerated values variant

source

pub fn is_clksrc_pll_sys(&self) -> bool

0

source

pub fn is_clksrc_gpin0(&self) -> bool

1

source

pub fn is_clksrc_gpin1(&self) -> bool

10

source

pub fn is_clksrc_pll_usb(&self) -> bool

11

source

pub fn is_rosc_clksrc_ph(&self) -> bool

100

source

pub fn is_xosc_clksrc(&self) -> bool

101

source

pub fn is_clk_sys(&self) -> bool

110

source

pub fn is_clk_usb(&self) -> bool

111

source

pub fn is_clk_adc(&self) -> bool

1000

source

pub fn is_clk_rtc(&self) -> bool

1001

source

pub fn is_clk_ref(&self) -> bool

1010