pub type AUXSRC_W<'a, REG> = FieldWriter<'a, REG, 3, AUXSRC_A>;
Expand description

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

Aliased Type§

struct AUXSRC_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> AUXSRC_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn clksrc_pll_usb(self) -> &'a mut W<REG>

0

source

pub fn clksrc_pll_sys(self) -> &'a mut W<REG>

1

source

pub fn rosc_clksrc_ph(self) -> &'a mut W<REG>

10

source

pub fn xosc_clksrc(self) -> &'a mut W<REG>

11

source

pub fn clksrc_gpin0(self) -> &'a mut W<REG>

100

source

pub fn clksrc_gpin1(self) -> &'a mut W<REG>

101