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 110 of file gpio.h.
Definition at line 111 of file gpio.h.
Referenced by GpioRegisterIrqHandler().
void(* GPIO_SIGNAL::ios_handler)(void *) |
Definition at line 112 of file gpio.h.
Referenced by GpioRegisterIrqHandler().
int(* GPIO_SIGNAL::ios_ctl)(int cmd, void *param, int bit) |
Definition at line 113 of file gpio.h.
Referenced by GpioIrqDisable(), and GpioIrqEnable().
Definition at line 114 of file gpio.h.
Referenced by GpioRegisterIrqHandler().