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

pub enum HOURR {
    AM,
    PM,
    _Reserved(u8),
}

Possible values of the field HOUR

Variants

AM when CLKREP in 12-hour

PM when CLKREP in 12-hour

Reserved

Methods

impl HOURR
[src]

Value of the field as raw bits

Checks if the value of the field is AM

Checks if the value of the field is PM

Trait Implementations

impl Clone for HOURR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HOURR
[src]

impl Debug for HOURR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HOURR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for HOURR

impl Sync for HOURR