Enum efm32gg11b820::usart3::irctrl::IRPWR [] [src]

pub enum IRPWR {
    ONE,
    TWO,
    THREE,
    FOUR,
}

Possible values of the field IRPW

Variants

IrDA pulse width is 1/16 for OVS=0 and 1/8 for OVS=1

IrDA pulse width is 2/16 for OVS=0 and 2/8 for OVS=1

IrDA pulse width is 3/16 for OVS=0 and 3/8 for OVS=1

IrDA pulse width is 4/16 for OVS=0 and 4/8 for OVS=1

Methods

impl IRPWR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

[src]

Checks if the value of the field is THREE

[src]

Checks if the value of the field is FOUR

Trait Implementations

impl Clone for IRPWR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IRPWR
[src]

impl Debug for IRPWR
[src]

[src]

Formats the value using the given formatter.

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