iLLD_TC27xC  1.0
Target Read Write Functions
Collaboration diagram for Target Read Write Functions:

Functions

IFX_EXTERN IfxMsc_Target IfxMsc_Msc_getTarget (IfxMsc_Msc *msc, IfxMsc_Msc_Target target)
 get the target during high and low phase More...
 
IFX_EXTERN void IfxMsc_Msc_setCommandTarget (IfxMsc_Msc *msc, IfxMsc_Target enX)
 set the command for target More...
 
IFX_EXTERN void IfxMsc_Msc_setDataTarget (IfxMsc_Msc *msc, IfxMsc_Target enXHigh, IfxMsc_Target enXLow)
 set the target data to be transmitted during low and high phase More...
 

Detailed Description

Function Documentation

IFX_EXTERN IfxMsc_Target IfxMsc_Msc_getTarget ( IfxMsc_Msc msc,
IfxMsc_Msc_Target  target 
)

get the target during high and low phase

Parameters
mscpointer to the MSC module handle
targetlow phase target or high phase target
Returns
selected target

Definition at line 41 of file IfxMsc_Msc.c.

Referenced by IfxMsc_Msc_initModule().

IFX_EXTERN void IfxMsc_Msc_setCommandTarget ( IfxMsc_Msc msc,
IfxMsc_Target  enX 
)

set the command for target

Parameters
mscpointer to the MSC module handle
enXenX target to be selected
Returns
None

Definition at line 643 of file IfxMsc_Msc.c.

IFX_EXTERN void IfxMsc_Msc_setDataTarget ( IfxMsc_Msc msc,
IfxMsc_Target  enXHigh,
IfxMsc_Target  enXLow 
)

set the target data to be transmitted during low and high phase

Parameters
mscpointer to the MSC module handle
enXHighhigh target to be selected
enXLowlow target to be selected
Returns
None

Definition at line 651 of file IfxMsc_Msc.c.