Type Alias RTC

Source
pub type RTC = Periph<RegisterBlock, 0x4000_2800>;
Expand description

Real-time clock

See peripheral structure

Aliased Type§

struct RTC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for RTC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more