![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
arch independent SDIO API More...
Go to the source code of this file.
Typedefs | |
typedef struct SDCDriver | SDCDriver |
Functions | |
bool | sdio_connect (SDCDriver *sdc) |
Connect a SD card on SDIO peripheral. | |
bool | sdio_disconnect (SDCDriver *sdc) |
Disconnect a SD card on SDIO peripheral. | |
bool | is_card_inserted (SDCDriver *sdc) |
Check if a SD card is inserted. | |
arch independent SDIO API
Definition in file sdio.h.
Connect a SD card on SDIO peripheral.
Definition at line 48 of file sdio_arch.c.
References cnxState, CONNECT, FALSE, foo, and TRUE.
Referenced by sdLogInit(), and thdUsbStorage().
Disconnect a SD card on SDIO peripheral.
Definition at line 73 of file sdio_arch.c.
References cnxState, FALSE, foo, STOP, and TRUE.
Referenced by sdLogInit().