![]() |
MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
|
Modules | |
CLCD_Registers | |
Data Structures | |
struct | mxc_clcd_cfg_t |
Enumerations | |
enum | mxc_clcd_bpp_t |
Functions | |
int | MXC_CLCD_Init (mxc_clcd_cfg_t *cfg) |
int | MXC_CLCD_Shutdown (void) |
int | MXC_CLCD_ConfigPanel (mxc_clcd_cfg_t *cfg) |
int | MXC_CLCD_Enable (void) |
int | MXC_CLCD_Disable (void) |
int | MXC_CLCD_SetFrameAddr (void *addr) |
struct mxc_clcd_cfg_t |
Structure type for configuring the CLCD peripheral.
enum mxc_clcd_bpp_t |
int MXC_CLCD_ConfigPanel | ( | mxc_clcd_cfg_t * | cfg | ) |
Configure CLCD frame module.
cfg | The clcd configuration |
int MXC_CLCD_Disable | ( | void | ) |
Disable CLCD module.
int MXC_CLCD_Enable | ( | void | ) |
Enable CLCD module.
int MXC_CLCD_Init | ( | mxc_clcd_cfg_t * | cfg | ) |
Initialize the clcd.
cfg | The clcd configuration |
int MXC_CLCD_SetFrameAddr | ( | void * | addr | ) |
Set CLCD frame module.
addr | The frame address |
int MXC_CLCD_Shutdown | ( | void | ) |
Shutdown CLCD module.