Loading...
Searching...
No Matches
async_read_t Struct Reference

Interrupt callback information structure. More...

Detailed Description

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
 

Field Documentation

◆ arg

void* async_read_t::arg

Argument ptr for the callback.

Definition at line 46 of file async_read.h.

◆ cb

native_async_read_callback_t async_read_t::cb

Interrupt callback function.

Definition at line 45 of file async_read.h.

◆ child_pid

pid_t async_read_t::child_pid

PID of the interrupt listener.

Definition at line 44 of file async_read.h.

◆ fd

struct pollfd* async_read_t::fd

sysfs gpio fd

Definition at line 47 of file async_read.h.


The documentation for this struct was generated from the following file: