#include "board.h"
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | sIli9488Dma |
struct | sIli9488DmaCtl |
Defines | |
#define | ILI9488_ERROR_DMA_ALLOCATE_CHANNEL 1 |
#define | ILI9488_ERROR_DMA_CONFIGURE 2 |
#define | ILI9488_ERROR_DMA_TRANSFER 3 |
#define | ILI9488_ERROR_DMA_SIZE 4 |
#define | ILI9488_SPI SPI0 |
#define | ILI9488_SPI_ID ID_SPI0 |
#define | ILI9488_BASE_ADDRESS 0x63000000 |
Interface of ILI9488 driver.
Definition in file ili9488_dma.h.
#define ILI9488_ERROR_DMA_ALLOCATE_CHANNEL 1 |
An unspecified error has occurred.
Definition at line 51 of file ili9488_dma.h.