The DLN_GPIO_PIN_EVENT_TYPES structure contains information about the event types supported for a pin.
DLN_GPIO_PIN_EVENT_TYPES
typedef struct { uint8_t count; uint8_t eventTypes[8]; } __PACKED_ATTR DLN_GPIO_PIN_EVENT_TYPES;
The number of available event types.
An 8-element array. Each element corresponds to one of the supported event types.