Enum lpc82x::iocon::pio0_25::S_MODER [] [src]

pub enum S_MODER {
    BYPASS_INPUT_FILTER,
    _1_CLOCK_CYCLE,
    _2_CLOCK_CYCLES,
    _3_CLOCK_CYCLES,
}

Possible values of the field S_MODE

Variants

Bypass input filter.

1 clock cycle. Input pulses shorter than one filter clock are rejected.

2 clock cycles. Input pulses shorter than two filter clocks are rejected.

3 clock cycles. Input pulses shorter than three filter clocks are rejected.

Methods

impl S_MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BYPASS_INPUT_FILTER

[src]

Checks if the value of the field is _1_CLOCK_CYCLE

[src]

Checks if the value of the field is _2_CLOCK_CYCLES

[src]

Checks if the value of the field is _3_CLOCK_CYCLES

Trait Implementations

impl Clone for S_MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for S_MODER
[src]

impl Debug for S_MODER
[src]

[src]

Formats the value using the given formatter.

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