Skip to main content

Rtc

Type Alias Rtc 

Source
pub type Rtc = Periph<RegisterBlock, 0x5702_4000>;
Expand description

Real-time clock (48-bit free-running counter, v100)

Aliased Type§

pub 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