4.11.8
MCBSP_EnableXmt
Function
Arguments
Return Value
Description
Example
4.11.9
MCBSP_GetPins
Function
Arguments
Return Value
Description
Example
nables the transmitter for the given port
E
void MCBSP_EnableXmt(
MCBSP_HANDLE hMcbsp
);
hMcbsp
none
Use this function to enable the transmitter for the given
port.
MCBSP_EnableXmt(hMcbsp);
Reads the values of the port pins when configured as
general purpose I/Os
UINT32 MCBSP_GetPins(
MCBSP_HANDLE hMcbsp
);
Handle to MCBSP port. See MCBSP_Open()
hMcbsp
Bit-Mask of pin values
Pin Mask
This function reads the values of the port pins when configured as gen-
eral purpose input/outputs.
UINT32 PinMask;
...
PinMask = MCBSP_GetPins(hMcbsp);
if (PinMask & MCBSP_PIN_DR) {
...
}
Handle to MCBSP port. See
MCBSP_Open()
MCBSP_PIN_CLKX
MCBSP_PIN_FSX
MCBSP_PIN_DX
MCBSP_PIN_CLKR
MCBSP_PIN_FSR
MCBSP_PIN_DR
MCBSP_PIN_CLKS
CSL API Reference
MCBSP
4-91
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?