#define RICOpDescription ( _Options,
_Width,
_Height   )     8, 0, 0, 0, (_Options)&0xFF, (_Options)>>8, (_Width)&0xFF, (_Width)>>8, (_Height)&0xFF, (_Height)>>8

Output an RIC Description opcode.

Parameters:
_Options RIC options.
_Width The total RIC width.
_Height The total RIC height.

Generated by  doxygen 1.6.2