![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "sys_config.h"#include "cmsis.h"Go to the source code of this file.
Data Structures | |
| struct | IP_REGFILE_001_T |
| Register File register block structure. More... | |
Functions | |
| STATIC INLINE void | IP_REGFILE_Write (IP_REGFILE_001_T *pREG, int index, uint32_t value) |
| Write value to General purpose registers. | |
| STATIC INLINE uint32_t | IP_REGFILE_Read (IP_REGFILE_001_T *pREG, int index) |
| Read value from General purpose registers. | |