Go to the source code of this file.
|
| bool | SDIOWFF3_isSdioInitialized (void) |
| | Function to check if SDIO host already initialize SDIO peripheral SDIO initialize definition is: TRUE - after SDIO host enable SDIO functions FALSE - after SDIO host reset SDIO peripheral. More...
|
| |
§ SDIOWFF3EventCB
| typedef void(* SDIOWFF3EventCB) (SDIO_Handle handle, uint8_t eventIDX) |
§ SDIOWFF_eventIDX
| Enumerator |
|---|
| SDIOWFF3_DATA_IN_RX_FIFO | |
| SDIOWFF3_CARD_INIT | |
| SDIOWFF3_CARD_DEINIT | |
| SDIOWFF3_RX_CRC_ERROR | |
| SDIOWFF3_RX_BUFF_OVERRUN | |
| SDIOWFF3_RX_BUFF_UNDERRUN | |
| SDIOWFF3_TX_BUFF_OVERRUN | |
| SDIOWFF3_TX_BUFF_UNDERRUN | |
| SDIOWFF3_HOST_WRONG_ACCESS | |
| SDIOWFF3_HOST_SENT_MSG | |
§ SDIOWFF3_isSdioInitialized()
| bool SDIOWFF3_isSdioInitialized |
( |
void |
| ) |
|
Function to check if SDIO host already initialize SDIO peripheral SDIO initialize definition is: TRUE - after SDIO host enable SDIO functions FALSE - after SDIO host reset SDIO peripheral.
- Precondition
- SDIO driver has been opened and initialized by calling SDIO_open()
- Returns
- True if the card is initialized