[−][src]Struct lpc55s6x_pac::rtc::ctrl::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn swreset(&self) -> SWRESETR
[src]
Bit 0 - Software reset control
pub fn alarm1hz(&self) -> ALARM1HZR
[src]
Bit 2 - RTC 1 Hz timer alarm flag status.
pub fn wake1khz(&self) -> WAKE1KHZR
[src]
Bit 3 - RTC 1 kHz timer wake-up flag status.
pub fn alarmdpd_en(&self) -> ALARMDPD_ENR
[src]
Bit 4 - RTC 1 Hz timer alarm enable for Deep power-down.
pub fn wakedpd_en(&self) -> WAKEDPD_ENR
[src]
Bit 5 - RTC 1 kHz timer wake-up enable for Deep power-down.
pub fn rtc1khz_en(&self) -> RTC1KHZ_ENR
[src]
Bit 6 - RTC 1 kHz clock enable. This bit can be set to 0 to conserve power if the 1 kHz timer is not used. This bit has no effect when the RTC is disabled (bit 7 of this register is 0).
pub fn rtc_en(&self) -> RTC_ENR
[src]
Bit 7 - RTC enable.
pub fn rtc_osc_pd(&self) -> RTC_OSC_PDR
[src]
Bit 8 - RTC oscillator power-down control.
pub fn rtc_osc_bypass(&self) -> RTC_OSC_BYPASSR
[src]
Bit 9 - RTC oscillator bypass control.
pub fn rtc_subsec_ena(&self) -> RTC_SUBSEC_ENAR
[src]
Bit 10 - RTC Sub-second counter control.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self