Rtc

Type Alias Rtc 

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

Secure Real Time Clock

Aliased Type§

pub struct Rtc {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Rtc

§

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

Formats the value using the given formatter. Read more