Enum s32k144::sim::lpoclks::RtcclkselR [] [src]

pub enum RtcclkselR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field RTCCLKSEL

Variants

SOSCDIV1_CLK

32 kHz LPO_CLK

RTC_CLKIN clock

FIRCDIV1_CLK

Methods

impl RtcclkselR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Checks if the value of the field is _11

Trait Implementations

impl Clone for RtcclkselR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RtcclkselR
[src]

impl Debug for RtcclkselR
[src]

Formats the value using the given formatter.

impl PartialEq for RtcclkselR
[src]

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

This method tests for !=.