![]() |
Doxygen Documentation |
|||||
Package: |
GNAT |
|||||
Version: |
V1-0-23 |
Marked: |
(not marked) |
|||
Constituent: |
gnat |
Tag: |
linux-gcc |
|||
#include "GNAT/gnat.h"
#include "GNAT/log.h"
#include "GNAT/gerr.h"
#include "GNAT/gdump.h"
#include "gnat_p.h"
Functions | |
| int | gDumpCtrlReg (gnatHandle gh, LOG_level lLevel) |
| logs the contents of the control register | |
| int | gDumpStatReg (gnatHandle gh, LOG_level lLevel) |
| logs the contents of the status register | |
| int | gDumpPFReg (gnatHandle gh) |
| logs the contents of the play back FIFO register | |
| int | gDumpRFReg (gnatHandle gh) |
| logs the contents of the record back FIFO register | |
| int | gDumpIntReg (gnatHandle gh, LOG_level lLevel) |
| logs the contents of the interrupt config register | |
| int | gDumpAll (gnatHandle gh) |
| dumps the contents of the control and status registers | |
Variables | |
| logHandle | hLog |
| file local log handle | |
|
|
dumps the contents of the control and status registers
|
|
||||||||||||
|
logs the contents of the control register
|
|
||||||||||||
|
logs the contents of the interrupt config register
|
|
|
logs the contents of the play back FIFO register
Reading the FIFO is a destructive read |
|
|
logs the contents of the record back FIFO register
Reading the FIFO is a destructive read |
|
||||||||||||
|
logs the contents of the status register
|
1.3.3