Interrupt callback information structure. More...
Interrupt callback information structure.
Definition at line 43 of file async_read.h.
#include <async_read.h>
Data Fields | |
pid_t | child_pid |
PID of the interrupt listener. | |
native_async_read_callback_t | cb |
Interrupt callback function. | |
void * | arg |
Argument ptr for the callback. | |
struct pollfd * | fd |
sysfs gpio fd | |
void* async_read_t::arg |
Argument ptr for the callback.
Definition at line 46 of file async_read.h.
native_async_read_callback_t async_read_t::cb |
Interrupt callback function.
Definition at line 45 of file async_read.h.
pid_t async_read_t::child_pid |
PID of the interrupt listener.
Definition at line 44 of file async_read.h.
struct pollfd* async_read_t::fd |
sysfs gpio fd
Definition at line 47 of file async_read.h.