[][src]Type Definition lpc54606_pac::rtc::ctrl::W

type W = W<u32, CTRL>;

Writer for register CTRL

Methods

impl W[src]

pub fn swreset(&mut self) -> SWRESET_W[src]

Bit 0 - Software reset control

pub fn alarm1hz(&mut self) -> ALARM1HZ_W[src]

Bit 2 - RTC 1 Hz timer alarm flag status.

pub fn wake1khz(&mut self) -> WAKE1KHZ_W[src]

Bit 3 - RTC 1 kHz timer wake-up flag status.

pub fn alarmdpd_en(&mut self) -> ALARMDPD_EN_W[src]

Bit 4 - RTC 1 Hz timer alarm enable for Deep power-down.

pub fn wakedpd_en(&mut self) -> WAKEDPD_EN_W[src]

Bit 5 - RTC 1 kHz timer wake-up enable for Deep power-down.

pub fn rtc1khz_en(&mut self) -> RTC1KHZ_EN_W[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(&mut self) -> RTC_EN_W[src]

Bit 7 - RTC enable.

pub fn rtc_osc_pd(&mut self) -> RTC_OSC_PD_W[src]

Bit 8 - RTC oscillator power-down control.