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. More... | |
bool | sdio_disconnect (SDCDriver *sdc) |
Disconnect a SD card on SDIO peripheral. More... | |
bool | is_card_inserted (SDCDriver *sdc) |
Check if a SD card is inserted. More... | |
arch independent SDIO API
Definition in file sdio.h.
bool is_card_inserted | ( | SDCDriver * | sdc | ) |
Check if a SD card is inserted.
Definition at line 86 of file sdio_arch.c.
bool sdio_connect | ( | SDCDriver * | sdc | ) |
Connect a SD card on SDIO peripheral.
Definition at line 48 of file sdio_arch.c.
References cnxState, CONNECT, FALSE, and TRUE.
Referenced by sdLogInit(), and thdUsbStorage().
bool sdio_disconnect | ( | SDCDriver * | sdc | ) |
Disconnect a SD card on SDIO peripheral.
Definition at line 73 of file sdio_arch.c.
References cnxState, FALSE, STOP, and TRUE.
Referenced by sdLogInit().