SDIOCallbackType Struct Reference
List of all members.
Detailed Description
Used in conjunction with the SDIOGetCallback and SDIOSetCallback functions, this structure associates a C function with a particular SDIO function callback type.
Public Attributes
Member Data Documentation
|
Pointer to callback function. |
|
Identifies the particular callback that is needed or is to be set. |
|
Identifies the SDIO card function whose callback is needed or is to be set. |
|
Pointer to a block of user data that is passed to the callback function when the function is called. |