![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <mmc.h>
Data Fields | |
| DRIVER | driver |
| The Driver entry for this SDIO Driver. | |
| sdio_driver_bind_proc | driverbind |
| A Driver specific DriverBind method implementing the standard SDIO driver interface. | |
| sdio_driver_unbind_proc | driverunbind |
| A Driver specific DriverUnbind method implementing the standard SDIO driver interface. | |
| MUTEX_HANDLE | lock |
| Driver lock. | |
| SDIO_DRIVER * | prev |
| Previous entry in Driver table. | |
| SDIO_DRIVER * | next |
| Next entry in Driver table. | |
| DRIVER driver |
The Driver entry for this SDIO Driver.
| sdio_driver_bind_proc driverbind |
A Driver specific DriverBind method implementing the standard SDIO driver interface.
| sdio_driver_unbind_proc driverunbind |
A Driver specific DriverUnbind method implementing the standard SDIO driver interface.
| MUTEX_HANDLE lock |
Driver lock.
| SDIO_DRIVER* prev |
Previous entry in Driver table.
| SDIO_DRIVER* next |
Next entry in Driver table.