Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This instruction is a soft preload instruction; that is, this instruction indicates to the memory system that a memory access from the specified address will occur shortly.
Syntax
void _PreLoad(
unsigned long* addr
);
Parameters
- addr
Location of memory access.
Return Values
None.
Remarks
The compiler translates this instruction into the PLD assembly instruction.
Requirements
| Architecture | ARM XSCALE, ARM10, ARM-DSP |
| Header | armintr.h |
| Routine | _PreLoad |