EDT PCD SDK Documentation 6.1.0
|
Functions | |
u_char | edt_spi_get_stat (EdtDev edt_p) |
Returns the value of the EDT SPI status register. More... | |
void | edt_spi_display_time (EdtDev edt_p, int loops) |
Prints the timecode in ascii once per second for N loops. More... | |
Display Functions
u_char edt_spi_get_stat | ( | EdtDev | edt_p | ) |
Returns the value of the EDT SPI status register.
edt_p | The EDT open device handle. |
void edt_spi_display_time | ( | EdtDev | edt_p, |
int | loops | ||
) |
Prints the timecode in ascii once per second for N loops.
edt_p | The EDT open device handle. |
loops | The number of seconds to print. |
This function is mostly used for testing and debugging as the timestamp is normally inserted into the DMA data stream by the board FPGA firmware.
See the included example program timing_test.c.