#include "board.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint8_t | ILI9488_EbiInitializeWithDma (sXdmad *dmad) |
Initialize ILI9488 driver with DMA support. | |
uint8_t | ILI9488_EbiDmaTxTransfer (uint16_t *pTxBuffer, uint32_t wTxSize) |
Start ILI9488 DMA transfer in SMC mode. | |
uint8_t | ILI9488_EbiDmaRxTransfer (uint32_t *pRxBuffer, uint32_t wRxSize) |
uint8_t | ILI9488_EbiSendCommand (uint16_t Instr, uint16_t *pTxData, uint32_t *pRxData, AccessIli_t ReadWrite, uint32_t size) |
Interface of ILI9488 driver.
Definition in file ili9488_ebi_dma.h.
uint8_t ILI9488_EbiDmaTxTransfer | ( | uint16_t * | pTxBuffer, | |
uint32_t | wTxSize | |||
) |
Start ILI9488 DMA transfer in SMC mode.
pTxBuffer | point to Tx buffer address | |
wTxSize | Tx buffer size in byte |
Definition at line 327 of file ili9488_ebi_dma.c.
uint8_t ILI9488_EbiInitializeWithDma | ( | sXdmad * | dmad | ) |
Initialize ILI9488 driver with DMA support.
Definition at line 308 of file ili9488_ebi_dma.c.