Skip to main content

RtcControlReg

Type Alias RtcControlReg 

Source
pub type RtcControlReg = RegValueT<RtcControlReg_SPEC>;
Expand description

RTC Control Register

Aliased Type§

pub struct RtcControlReg { /* private fields */ }

Implementations§

Source§

impl RtcControlReg

Source

pub fn rtc_cal_disable( self, ) -> RegisterFieldBool<1, 1, 0, RtcControlReg_SPEC, RW>

When this field is set high the RTC stops incrementing the calendar value.

Source

pub fn rtc_time_disable( self, ) -> RegisterFieldBool<0, 1, 0, RtcControlReg_SPEC, RW>

When this field is set high the RTC stops incrementing the time value.

Trait Implementations§

Source§

impl Default for RtcControlReg

Source§

fn default() -> RtcControlReg

Returns the “default value” for a type. Read more