LPCOpen Platform for LPC112X microcontrollers  112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
Data Structures | Modules | Macros | Functions
CHIP: LPC11XX ROM API declarations and functions

Detailed Description

Data Structures

struct  LPC_ROM_API_T
 LPC11XX High level ROM API structure. More...
 

Modules

 LPC11XX ROM API declarations and functions
 

Macros

#define LPC_ROM_API_BASE_LOC   0x1FFF1FF8
 
#define LPC_ROM_API   (*(LPC_ROM_API_T * *) LPC_ROM_API_BASE_LOC)
 
#define IAP_ENTRY_LOCATION   0X1FFF1FF1
 

Functions

static INLINE void iap_entry (unsigned int cmd_param[], unsigned int status_result[])
 LPC11XX IAP_ENTRY API function type. More...
 

Macro Definition Documentation

#define IAP_ENTRY_LOCATION   0X1FFF1FF1

Definition at line 71 of file romapi_112x.h.

#define LPC_ROM_API   (*(LPC_ROM_API_T * *) LPC_ROM_API_BASE_LOC)

Definition at line 68 of file romapi_112x.h.

#define LPC_ROM_API_BASE_LOC   0x1FFF1FF8

Definition at line 67 of file romapi_112x.h.

Function Documentation

static INLINE void iap_entry ( unsigned int  cmd_param[],
unsigned int  status_result[] 
)
static

LPC11XX IAP_ENTRY API function type.

Definition at line 76 of file romapi_112x.h.