| |||
| Home > RVISS Reference > Communicating with the core > ARMulif_CPRead | |||
This function calls the read method for
a coprocessor.
int ARMulif_CPRead(RDI_ModuleDesc *mdesc, unsignedcpnum, unsignedreg, ARMword *data)
where:
mdescis the handle for the core.
cpnumis the number of the coprocessor.
regis the number of the coprocessor register to read
from, as indexed by CR in
an nLDC or STC instruction.
datais a pointer for the data read from the coprocessor register. The number of words transferred, and the order of the words, is coprocessor dependent.