[][src]Struct lpc55s6x_pac::rtc::ctrl::R

pub struct R { /* fields omitted */ }

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

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self