Type Alias R

Source
pub type R = R<ORrs>;
Expand description

Register OR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rtc_alarm_type(&self) -> RTC_ALARM_TYPE_R

Bit 0 - RTC_ALARM on PC13 output type

Source

pub fn rtc_out_rmp(&self) -> RTC_OUT_RMP_R

Bit 1 - RTC_ALARM on PC13 output type

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more