ClkoR

Type Alias ClkoR 

pub type ClkoR = BitReader<Clko>;
Expand description

Field CLKO reader - Clock Output

Aliased Type§

pub struct ClkoR { /* private fields */ }

Implementations§

§

impl ClkoR

pub const fn variant(&self) -> Clko

Get enumerated values variant

pub fn is_0(&self) -> bool

The 32 kHz clock is output to other peripherals.

pub fn is_1(&self) -> bool

The 32 kHz clock is not output to other peripherals.