Nut/OS  4.10.3
API Reference
GPIO_SIGNAL Struct Reference

#include <gpio.h>

Collaboration diagram for GPIO_SIGNAL:

Data Fields

IRQ_HANDLERios_sig
void(* ios_handler )(void *)
int(* ios_ctl )(int cmd, void *param, int bit)
GPIO_VECTORios_vector

Detailed Description

Definition at line 134 of file gpio.h.


Field Documentation

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().


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