pub type RtcControlReg = RegValueT<RtcControlReg_SPEC>;Expand description
RTC Control Register
Aliased Type§
pub struct RtcControlReg { /* private fields */ }Implementations§
Source§impl RtcControlReg
impl RtcControlReg
Sourcepub fn rtc_cal_disable(
self,
) -> RegisterFieldBool<1, 1, 0, RtcControlReg_SPEC, RW>
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.
Sourcepub fn rtc_time_disable(
self,
) -> RegisterFieldBool<0, 1, 0, RtcControlReg_SPEC, RW>
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
impl Default for RtcControlReg
Source§fn default() -> RtcControlReg
fn default() -> RtcControlReg
Returns the “default value” for a type. Read more