Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_SDIO_DRIVER Struct Reference

#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_DRIVERprev
 Previous entry in Driver table.
SDIO_DRIVERnext
 Next entry in Driver table.

Field Documentation

◆ driver

DRIVER driver

The Driver entry for this SDIO Driver.

◆ driverbind

A Driver specific DriverBind method implementing the standard SDIO driver interface.

◆ driverunbind

A Driver specific DriverUnbind method implementing the standard SDIO driver interface.

◆ lock

Driver lock.

◆ prev

SDIO_DRIVER* prev

Previous entry in Driver table.

◆ next

SDIO_DRIVER* next

Next entry in Driver table.


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