ClkR

Type Alias ClkR 

pub type ClkR = FieldReader<Clk>;
Expand description

Field CLK reader - Watchdog Clock

Aliased Type§

pub struct ClkR { /* private fields */ }

Implementations§

§

impl ClkR

pub const fn variant(&self) -> Clk

Get enumerated values variant

pub fn is_00(&self) -> bool

Bus clock

pub fn is_01(&self) -> bool

LPO clock

pub fn is_10(&self) -> bool

INTCLK (internal clock)

pub fn is_11(&self) -> bool

ERCLK (external reference clock)