Enum efr32xg12p::vdac0::ctrl::REFRESHPERIODR [] [src]

pub enum REFRESHPERIODR {
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
}

Possible values of the field REFRESHPERIOD

Variants

All channels with enabled refresh are refreshed every 8 DAC_CLK cycles

All channels with enabled refresh are refreshed every 16 DAC_CLK cycles

All channels with enabled refresh are refreshed every 32 DAC_CLK cycles

All channels with enabled refresh are refreshed every 64 DAC_CLK cycles

Methods

impl REFRESHPERIODR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _8CYCLES

[src]

Checks if the value of the field is _16CYCLES

[src]

Checks if the value of the field is _32CYCLES

[src]

Checks if the value of the field is _64CYCLES

Trait Implementations

impl Clone for REFRESHPERIODR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFRESHPERIODR
[src]

impl Debug for REFRESHPERIODR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REFRESHPERIODR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.