Type Alias rp2040_pac::clocks::fc0_src::FC0_SRC_W

source ·
pub type FC0_SRC_W<'a, REG> = FieldWriter<'a, REG, 8, FC0_SRC_A>;
Expand description

Field FC0_SRC writer -

Aliased Type§

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

Implementations§

source§

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

source

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

0

source

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

1

source

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

10

source

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

11

source

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

100

source

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

101

source

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

110

source

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

111

source

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

1000

source

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

1001

source

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

1010

source

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

1011

source

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

1100

source

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

1101