GPIOD_CTXLESS_EVENT_CB_RET_ERR

@brief Return status values that the ctxless event callback can return.

Values

ValueMeaning
GPIOD_CTXLESS_EVENT_CB_RET_ERR-1
GPIOD_CTXLESS_EVENT_CB_RET_OK0

< Stop processing events and indicate an error.

GPIOD_CTXLESS_EVENT_CB_RET_STOP1

< Continue processing events.

Meta