NXP NFC Reader Library
v4.040.05.011646
|
Platform depending definitions for memory location of variables. More...
![]() |
Macros | |
#define | PH_MEMLOC_BUF /* */ |
Space used for storage (e.g. More... | |
#define | PH_MEMLOC_COUNT /* */ |
Space used for fast and frequent access e.g. More... | |
#define | PH_MEMLOC_REM /* */ |
Space used for control variables, these could be e.g. More... | |
#define | PH_MEMLOC_CONST_ROM /* */ |
Space used for constants, these could be e.g. More... | |
Platform depending definitions for memory location of variables.
We distinguish between:
If RCL is used on a microcontroller, an own REFDEF.H file must be generated where the RCL_MEMLOC_... definition must get according values. Default definitions are empty.
Assignment Example: XDATA for PH_MEMLOC_BUF, IDATA for PH_MEMLOC_COUNT, EDATA for PH_MEMLOC_REM.
#define PH_MEMLOC_BUF /* */ |
Space used for storage (e.g.
buffers).
#define PH_MEMLOC_COUNT /* */ |
Space used for fast and frequent access e.g.
counters, loop variables).
#define PH_MEMLOC_REM /* */ |
Space used for control variables, these could be e.g.
status values.
#define PH_MEMLOC_CONST_ROM /* */ |
Space used for constants, these could be e.g.
lookup tables.