ClkoW

Type Alias ClkoW 

pub type ClkoW<'a, REG> = BitWriter<'a, REG, Clko>;
Expand description

Field CLKO writer - Clock Output

Aliased Type§

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

Implementations§

§

impl<'a, REG> ClkoW<'a, REG>
where REG: Writable + RegisterSpec,

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

The 32 kHz clock is output to other peripherals.

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

The 32 kHz clock is not output to other peripherals.