Enum efr32xg12p::csen::ctrl::STMR [] [src]

pub enum STMR {
    PRS,
    TIMER,
    START,
    _Reserved(u8),
}

Possible values of the field STM

Variants

PRS Triggering. Conversions are triggered by the PRS channel selected in PRSSEL.

Timer Triggering. Conversions are triggered by a local CSEN timer reload.

Software Triggering. Conversions are triggered by writing a 1 to the START field of the CMD register.

Reserved

Methods

impl STMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PRS

[src]

Checks if the value of the field is TIMER

[src]

Checks if the value of the field is START

Trait Implementations

impl Clone for STMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STMR
[src]

impl Debug for STMR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for STMR
[src]

[src]

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

[src]

This method tests for !=.