Enum efr32xg12p::csen::dmcfg::CRMODER [] [src]

pub enum CRMODER {
    DM10,
    DM12,
    DM14,
    DM16,
}

Possible values of the field CRMODE

Variants

10-bit delta modulator

12-bit delta modulator

14-bit delta modulator

16-bit delta modulator

Methods

impl CRMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DM10

[src]

Checks if the value of the field is DM12

[src]

Checks if the value of the field is DM14

[src]

Checks if the value of the field is DM16

Trait Implementations

impl Clone for CRMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CRMODER
[src]

impl Debug for CRMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CRMODER
[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 !=.