Enum atsamd21e18a::rtc::mode2::ctrl::PRESCALERR[][src]

pub enum PRESCALERR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1024,
    _Reserved(u8),
}

Possible values of the field PRESCALER

Variants

CLK_RTC_CNT = GCLK_RTC/1

CLK_RTC_CNT = GCLK_RTC/2

CLK_RTC_CNT = GCLK_RTC/4

CLK_RTC_CNT = GCLK_RTC/8

CLK_RTC_CNT = GCLK_RTC/16

CLK_RTC_CNT = GCLK_RTC/32

CLK_RTC_CNT = GCLK_RTC/64

CLK_RTC_CNT = GCLK_RTC/128

CLK_RTC_CNT = GCLK_RTC/256

CLK_RTC_CNT = GCLK_RTC/512

CLK_RTC_CNT = GCLK_RTC/1024

Reserved

Methods

impl PRESCALERR
[src]

Value of the field as raw bits

Checks if the value of the field is DIV1

Checks if the value of the field is DIV2

Checks if the value of the field is DIV4

Checks if the value of the field is DIV8

Checks if the value of the field is DIV16

Checks if the value of the field is DIV32

Checks if the value of the field is DIV64

Checks if the value of the field is DIV128

Checks if the value of the field is DIV256

Checks if the value of the field is DIV512

Checks if the value of the field is DIV1024

Trait Implementations

impl Clone for PRESCALERR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PRESCALERR
[src]

impl Debug for PRESCALERR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PRESCALERR
[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 PRESCALERR

impl Sync for PRESCALERR