Enum mkw41z::rtc::cr::WPSW [] [src]

pub enum WPSW {
    _0,
    _1,
}

Values that can be written to the field WPS

Variants

Wakeup pin asserts (active low, open drain) if the RTC interrupt asserts or the wakeup pin is turned on.

Wakeup pin instead outputs the RTC 32kHz clock, provided the wakeup pin is turned on and the 32kHz clock is output to other peripherals.

Trait Implementations

Auto Trait Implementations

impl Send for WPSW

impl Sync for WPSW