RTEMS
5.0.0
|
Go to the source code of this file.
Functions | |
uint8_t | ILI9488_SpiInitializeWithDma (sXdmad *dmad) |
uint8_t | ILI9488_SpiDmaTxTransfer (uint8_t *pTxBuffer, uint32_t wTxSize) |
uint8_t | ILI9488_SpiDmaRxTransfer (uint32_t *pRxBuffer, uint32_t wRxSize) |
uint8_t | ILI9488_SpiSendCommand (uint8_t Instr, uint8_t *pTxData, uint32_t *pRxData, AccessIli_t ReadWrite, uint32_t size) |
Interface of ILI9488 DMA driver.