![]() |
coresightps_dcc
Xilinx SDK Drivers API Documentation
|
Functions | |
| void | XCoresightPs_DccSendByte (u32 BaseAddress, u8 Data) |
| This functions sends a single byte using the DCC. More... | |
| u8 | XCoresightPs_DccRecvByte (u32 BaseAddress) |
| This functions receives a single byte using the DCC. More... | |
| u8 XCoresightPs_DccRecvByte | ( | u32 | BaseAddress | ) |
#include <xcoresightpsdcc.c>
This functions receives a single byte using the DCC.
It is blocking in that it waits for the receiver to become non-empty before it reads from the receive register.
| BaseAddress | is a dummy parameter to match the function proto of functions for other stdio devices. |
| void XCoresightPs_DccSendByte | ( | u32 | BaseAddress, |
| u8 | Data | ||
| ) |
#include <xcoresightpsdcc.c>
This functions sends a single byte using the DCC.
It is blocking in that it waits for the transmitter to become non-full before it writes the byte to the transmit register.
| BaseAddress | is a dummy parameter to match the function proto of functions for other stdio devices. |
| Data | is the byte of data to send |