![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Data Structures | |
| struct | ROM_API_T |
| LPC8XX High level ROM API structure. More... | |
Macros | |
| #define | ROM_DRIVER_BASE (0x1FFF1FF8UL) |
| #define | LPC_PWRD_API ((PWRD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pPWRD)) |
| #define | LPC_I2CD_API ((I2CD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pI2CD)) |
| #define | LPC_UART_API ((UARTD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pUARTD)) |
| #define LPC_I2CD_API ((I2CD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pI2CD)) |
Definition at line 61 of file romapi_8xx.h.
| #define LPC_PWRD_API ((PWRD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pPWRD)) |
Definition at line 60 of file romapi_8xx.h.
| #define LPC_UART_API ((UARTD_API_T *) ((*(ROM_API_T * *) (ROM_DRIVER_BASE))->pUARTD)) |
Definition at line 62 of file romapi_8xx.h.
| #define ROM_DRIVER_BASE (0x1FFF1FF8UL) |
Definition at line 58 of file romapi_8xx.h.