iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxMsc_Msc_sendCommand (IfxMsc_Msc *msc, uint32 command) |
send downstream command More... | |
IFX_EXTERN void | IfxMsc_Msc_sendData (IfxMsc_Msc *msc, uint16 dataLow, uint16 dataHigh) |
send complete downstream data, both high and low More... | |
IFX_EXTERN void | IfxMsc_Msc_sendDataExtension (IfxMsc_Msc *msc, uint32 data, uint32 dataExtension) |
Send downstream data extension (64bit) More... | |
IFX_EXTERN void | IfxMsc_Msc_sendDataHigh (IfxMsc_Msc *msc, uint16 data) |
send high downstream data More... | |
IFX_EXTERN void | IfxMsc_Msc_sendDataLow (IfxMsc_Msc *msc, uint16 data) |
send high downstream data More... | |
IFX_EXTERN void IfxMsc_Msc_sendCommand | ( | IfxMsc_Msc * | msc, |
uint32 | command | ||
) |
send downstream command
msc | pointer to the MSC module handle |
command | transmit command |
Definition at line 579 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_sendData | ( | IfxMsc_Msc * | msc, |
uint16 | dataLow, | ||
uint16 | dataHigh | ||
) |
send complete downstream data, both high and low
msc | pointer to the MSC module handle |
dataLow | low data to be transmitted |
dataHigh | high data to be transmitted |
Definition at line 588 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_sendDataExtension | ( | IfxMsc_Msc * | msc, |
uint32 | data, | ||
uint32 | dataExtension | ||
) |
Send downstream data extension (64bit)
msc | pointer to the MSC module handle |
data | Data to send |
dataExtension | Data extension to send |
Definition at line 606 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_sendDataHigh | ( | IfxMsc_Msc * | msc, |
uint16 | data | ||
) |
send high downstream data
msc | pointer to the MSC module handle |
data | high downstream data to be transmitted |
Definition at line 619 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_sendDataLow | ( | IfxMsc_Msc * | msc, |
uint16 | data | ||
) |
send high downstream data
msc | pointer to the MSC module handle |
data | low downstream data to be transmitted |
Definition at line 631 of file IfxMsc_Msc.c.