Type Alias xmc4800::ebu::busrap3::ExtclockW

source ·
pub type ExtclockW<'a, REG> = FieldWriterSafe<'a, REG, 2, Extclock>;
Expand description

Field EXTCLOCK writer - Frequency of external clock at pin BFCLKO

Aliased Type§

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

Implementations§

source§

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

source

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

Equal to INT_CLK frequency.

source

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

1/2 of INT_CLK frequency.

source

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

1/3 of INT_CLK frequency.

source

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

1/4 of INT_CLK frequency (default after reset).