Texas Instruments TMS320C6000 Reference Manual page 157

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

Example
4.11.23
MCBSP_PORT_CNT
Constant
Description
Example
4.11.24
MCBSP_Read
Function
Arguments
Return Value
Description
Example
4.11.25
MCBSP_Reset
Function
Arguments
Return Value
MCBSP_HANDLE hMcbsp;
hMcbsp =
MCBSP_Open(MCBSP_DEV0,MCBSP_OPEN_RESET);
Compile time constant that holds the number of serial
ports present on the current device
MCBSP_PORT_CNT
Compile time constant that holds the number of serial ports present on
the current device.
#if (MCBSP_PORT_CNT==3)
#endif
Performs a direct 32-bit read of the data receive
register DRR
UINT32 MCBSP_Read(
MCBSP_HANDLE hMcbsp
);
Handle to MCBSP port. See MCBSP_Open()
hMcbsp
Data
This function performs a direct 32-bit read of the data receive register
DRR.
Data = MCBSP_Read(hMcbsp);
Resets the given serial port
void MCBSP_Reset(
MCBSP_HANDLE hMcbsp
);
Handle to MCBSP port. See MCBSP_Open()
hMcbsp
none
CSL API Reference
MCBSP
4-109

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents