![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Register 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. | |
| STATIC INLINE uint32_t IP_REGFILE_Read | ( | IP_REGFILE_001_T * | pREG, |
| int | index | ||
| ) |
Read value from General purpose registers.
| pREG | : Pointer to regfile block |
| index | : General purpose register index |
Definition at line 85 of file regfile_001.h.
| STATIC INLINE void IP_REGFILE_Write | ( | IP_REGFILE_001_T * | pREG, |
| int | index, | ||
| uint32_t | value | ||
| ) |
Write value to General purpose registers.
| pREG | : Pointer to regfile block |
| index | : General purpose register index |
| value | : Value to write |
Definition at line 70 of file regfile_001.h.