6 Pseudo Operations
To simplify the description of programming details, all operations will be described
using pseudo operations. There are several functions used in the pseudo-code
descriptions. These are used either to make the pseudo-code more readable, to abstract
implementation-specific behavior or both. When passing parameters with pseudo operation,
the following syntax will be used:
5’h0x03
– Send 5-bit hexadecimal value of 36’b011111
– Send 6-bit binary value of 31
These functions are defined in this section, and include the following operations:
- SetMode (mode)
SendCommand
(command)- oData = XferData (iData)
- oData = XferFastData (iData)
- oData =
XferInstruction
(instruction)