EDT PCD SDK Documentation 6.1.0
Display Functions
Collaboration diagram for Display Functions:

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...
 

Detailed Description

Display Functions

Function Documentation

◆ edt_spi_get_stat()

u_char edt_spi_get_stat ( EdtDev  edt_p)

Returns the value of the EDT SPI status register.

Parameters
edt_pThe EDT open device handle.
Returns
The value of the EDT SPI status register.
Here is the caller graph for this function:

◆ edt_spi_display_time()

void edt_spi_display_time ( EdtDev  edt_p,
int  loops 
)

Prints the timecode in ascii once per second for N loops.

Parameters
edt_pThe EDT open device handle.
loopsThe 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.

Here is the call graph for this function: