Type Alias rp2040_pac::clocks::clk_ref_ctrl::SRC_W

source ·
pub type SRC_W<'a, REG> = FieldWriter<'a, REG, 2, SRC_A>;
Expand description

Field SRC writer - Selects the clock source glitchlessly, can be changed on-the-fly

Aliased Type§

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

Implementations§

source§

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

source

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

0

source

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

1

source

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

10