Enum efr32x12p::letimer0::ctrl::UFOA1R [] [src]

pub enum UFOA1R {
    NONE,
    TOGGLE,
    PULSE,
    PWM,
}

Possible values of the field UFOA1

Variants

LETn_O1 is held at its idle value as defined by OPOL1

LETn_O1 is toggled on CNT underflow

LETn_O1 is held active for one LFACLKLETIMER0 clock cycle on CNT underflow. The output then returns to its idle value as defined by OPOL1

LETn_O1 is set idle on CNT underflow, and active on compare match with COMP1

Methods

impl UFOA1R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is TOGGLE

[src]

Checks if the value of the field is PULSE

[src]

Checks if the value of the field is PWM

Trait Implementations

impl Clone for UFOA1R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UFOA1R
[src]

impl Debug for UFOA1R
[src]

[src]

Formats the value using the given formatter.

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