GPIOD_CTXLESS_EVENT_RISING_EDGE

@brief Event types that the ctxless event monitor can wait for.

Values

ValueMeaning
GPIOD_CTXLESS_EVENT_RISING_EDGE1

< Wait for rising edge events only.

GPIOD_CTXLESS_EVENT_FALLING_EDGE2

< Wait for falling edge events only.

GPIOD_CTXLESS_EVENT_BOTH_EDGES3

< Wait for both types of events.

Meta