|
| V4PCIDspFifo (Hip *hip, unsigned short board, unsigned short fifo_addr) |
| Open a link to a DSP FIFO. Assumes the DSP has been booted.
|
|
Status | Write (uint16_t *buf, size_t len) |
| Write a block of words from the PC to a DSP FIFO. More...
|
|
Status | Read (uint16_t *buf, size_t len) |
| Read a block of words from a DSP FIFO to the PC. More...
|
|
size_t | HowFull () |
| Return the number of words used in the DSP FIFO. More...
|
|
size_t | HowEmpty () |
| Returns the number of words free in the DSP FIFO. More...
|
|
void | Flush () |
|
virtual Status | Write (uint16_t *buf, size_t len)=0 |
|
virtual Status | Read (uint16_t *buf, size_t len)=0 |
|
virtual size_t | HowFull ()=0 |
|
virtual size_t | HowEmpty ()=0 |
|
virtual void | Flush ()=0 |
|