![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
void | Board_ADC_Init (void) |
Sets up board specific ADC interface. | |
void | Board_I2C_Init (LPC_I2C_Type *I2Cx) |
Sets up board specific I2C interface. | |
void | Board_GPIO_Int_Init (void) |
Initializes board specific GPIO Interrupt. | |
void | Board_SDMMC_Init (void) |
Sets up board specific SDMMC interface. | |
void | Board_SSP_Init (LPC_SSP_Type *SSPx) |
Sets up board specific SSP interface. | |
void | Board_ENET_GetMacADDR (uint8_t *mcaddr) |
Returns the MAC address assigned to this board. | |
void | Board_UART_Init (LPC_USART_Type *UARTx) |
Initialize pin muxing for a UART. | |
void | Board_LCD_Init (void) |
Initialize the LCD interface. | |
void | Init_Touch_Controller (void) |
Initializes the STMPE811 touch screen controller. | |
bool | GetTouchPos (int16_t *pX, int16_t *pY) |
Get touch screen position. | |
void | Board_Buttons_Init (void) |
Initializes board specific buttons. | |
void | Board_Joystick_Init (void) |
Initializes board specific joystick. | |
uint8_t | Joystick_GetStatus (void) |
Initialize joystick interface on board. | |
uint32_t | Buttons_GetStatus (void) |
Returns button(s) state on board. | |
void | Board_Audio_Init (LPC_I2S_Type *I2Sx, Board_Audio_Input_Sel_Type audio_in_sel) |
Sets up board specific I2S interface and UDA1380. | |
void | Serial_CreateStream (void *Stream) |
FIXME. | |
Variables | |
const LCD_Config_Type | MCB4300_LCD |