iLLD_TC27xC  1.0
Collaboration diagram for Get Data:

Functions

IFX_INLINE uint16 IfxMsc_getData (Ifx_MSC *msc, uint8 upstreamIdx)
 Get the upstream data from upstream data register. More...
 
IFX_INLINE IfxMsc_Target IfxMsc_getDataHighTarget (Ifx_MSC *msc)
 Get the selected target during high phase. More...
 
IFX_INLINE IfxMsc_Target IfxMsc_getDataLowTarget (Ifx_MSC *msc)
 Get the selected target during low phase. More...
 

Detailed Description

Function Documentation

IFX_INLINE uint16 IfxMsc_getData ( Ifx_MSC *  msc,
uint8  upstreamIdx 
)

Get the upstream data from upstream data register.

Parameters
mscpointer to the base of MSC registers
upstreamIdxUpstream data register ID
Returns
Recevived data

Definition at line 1158 of file IfxMsc.h.

Referenced by IfxMsc_Msc_receiveData().

IFX_INLINE IfxMsc_Target IfxMsc_getDataHighTarget ( Ifx_MSC *  msc)

Get the selected target during high phase.

Parameters
mscpointer to the base of MSC registers
Returns
Selected target

Definition at line 1168 of file IfxMsc.h.

Referenced by IfxMsc_Msc_getTarget().

IFX_INLINE IfxMsc_Target IfxMsc_getDataLowTarget ( Ifx_MSC *  msc)

Get the selected target during low phase.

Parameters
mscpointer to the base of MSC registers
Returns
Selected target

Definition at line 1175 of file IfxMsc.h.

Referenced by IfxMsc_Msc_getTarget().