|
SI117XDRV
0.1
|
General callback function datatype. More...
Data Fields | |
| bool | allocated |
| Flag to indicate callback data is set //todo: do we really need this allocated member? Can't we just say if callback == NULL then not allocated? | |
| SI117XDRV_Callback_t | callback |
| Callback function pointer. | |
| void * | user |
| User supplied data. | |
General callback function datatype.
Config/Control typedefs
Definition at line 39 of file si117xdrv.c.