Enum atsamd21e18a::rtc::mode2::clock::HOURW[][src]

pub enum HOURW {
    AM,
    PM,
}

Values that can be written to the field HOUR

Variants

AM when CLKREP in 12-hour

PM when CLKREP in 12-hour

Auto Trait Implementations

impl Send for HOURW

impl Sync for HOURW