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

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

Values that can be written to 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.