#include <gpio.h>

Data Fields | |
| IRQ_HANDLER * | ios_sig |
| void(* | ios_handler )(void *) |
| int(* | ios_ctl )(int cmd, void *param, int bit) |
| GPIO_VECTOR * | ios_vector |
Definition at line 135 of file gpio.h.
Referenced by GpioRegisterIrqHandler().
| void(* GPIO_SIGNAL::ios_handler)(void *) |
Definition at line 136 of file gpio.h.
Referenced by GpioRegisterIrqHandler().
| int(* GPIO_SIGNAL::ios_ctl)(int cmd, void *param, int bit) |
Definition at line 137 of file gpio.h.
Referenced by GpioIrqDisable(), and GpioIrqEnable().
Definition at line 138 of file gpio.h.
Referenced by GpioRegisterIrqHandler().