CARME-M4 BSP
V1.5
|
Go to the source code of this file.
Functions | |
void | SD_LowLevel_DeInit (void) |
DeInitializes the SDIO interface. Disable SDIO Clock, Set Power State to OFF, DeInitializes the SDIO peripheral, Disable the SDIO APB2 Clock. | |
void | SD_LowLevel_Init (void) |
Initializes the SD Card and put it into StandBy State (Ready for data transfer). | |
void | SD_LowLevel_DMA_TxConfig (uint32_t *BufferSRC, uint32_t BufferSize) |
Configures the DMA2 Channel4 for SDIO Tx request. More... | |
void | SD_LowLevel_DMA_RxConfig (uint32_t *BufferDST, uint32_t BufferSize) |
Configures the DMA2 Channel4 for SDIO Rx request. More... | |
void | SDIO_IRQHandler (void) |
SDIO IRQ Handler. | |
void | SD_SDIO_DMA_IRQHANDLER (void) |
SDIO DMA IRQ Handler. | |