coresightps_dcc
Vitis Drivers API Documentation
Overview

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

Function Documentation

u8 XCoresightPs_DccRecvByte ( u32  BaseAddress)

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.

Parameters
BaseAddressis a dummy parameter to match the function proto of functions for other stdio devices.
Returns
The byte of data received.
Note
None.
void XCoresightPs_DccSendByte ( u32  BaseAddress,
u8  Data 
)

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.

Parameters
BaseAddressis a dummy parameter to match the function proto of functions for other stdio devices.
Datais the byte of data to send
Returns
None.
Note
None.