Enum lpc82x::sct::ev_ctrl::DIRECTIONW [] [src]

pub enum DIRECTIONW {
    DIRECTION_INDEPENDEN,
    COUNTING_UP,
    COUNTING_DOWN,
}

Values that can be written to the field DIRECTION

Variants

Direction independent. This event is triggered regardless of the count direction.

Counting up. This event is triggered only during up-counting when BIDIR = 1.

Counting down. This event is triggered only during down-counting when BIDIR = 1.