Enum efr32x12p::vdac0::ch1ctrl::TRIGMODER [] [src]

pub enum TRIGMODER {
    SW,
    PRS,
    REFRESH,
    SWPRS,
    SWREFRESH,
    LESENSE,
    _Reserved(u8),
}

Possible values of the field TRIGMODE

Variants

Channel 1 is triggered by CH1DATA or COMBDATA write

Channel 1 is triggered by PRS input

Channel 1 is triggered by Refresh timer

Channel 1 is triggered by CH1DATA/COMBDATA write or PRS input

Channel 1 is triggered by CH1DATA/COMBDATA write or Refresh timer

Channel 1 is triggered by LESENSE

Reserved

Methods

impl TRIGMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is SW

[src]

Checks if the value of the field is PRS

[src]

Checks if the value of the field is REFRESH

[src]

Checks if the value of the field is SWPRS

[src]

Checks if the value of the field is SWREFRESH

[src]

Checks if the value of the field is LESENSE

Trait Implementations

impl Clone for TRIGMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TRIGMODER
[src]

impl Debug for TRIGMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TRIGMODER
[src]

[src]

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

[src]

This method tests for !=.