Represents the a fifo for the Command Processor. More...
#include <gx.h>
Public Attributes | |
| uint32_t | base_address |
| uint32_t | end_address |
| uint32_t | high_watermark |
| uint32_t | low_watermark |
| uint32_t | distance |
| uint32_t | write_head |
| uint32_t | read_head |
| uint32_t | breakpoint |
Represents the a fifo for the Command Processor.
Exactly follows the registers for the command processor's FIFO.
Such this data structure is used to set a fifo, or get info about the current fifo.