iLLD_TC27xC  1.0
Configure Flags
Collaboration diagram for Configure Flags:

Functions

IFX_INLINE void IfxMsc_clearAbraOverflowFlag (Ifx_MSC *msc)
 Clear ABRA overflow flag. More...
 
IFX_INLINE void IfxMsc_clearAbraUnderflowFlag (Ifx_MSC *msc)
 Clear ABRA underflow flag. More...
 
IFX_INLINE void IfxMsc_clearUpstreamTimeout (Ifx_MSC *msc)
 Clear Upstream timeout. More...
 
IFX_INLINE void IfxMsc_clearUpstreamValidFlag (Ifx_MSC *msc, uint8 upstreamIdx)
 Clear the valid flag. More...
 
IFX_INLINE boolean IfxMsc_getUpstreamValidFlag (Ifx_MSC *msc, uint8 upstreamIdx)
 Get the status of the valid flag. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxMsc_clearAbraOverflowFlag ( Ifx_MSC *  msc)

Clear ABRA overflow flag.

Parameters
mscpointer to the base of MSC registers
Returns
None

Definition at line 1100 of file IfxMsc.h.

IFX_INLINE void IfxMsc_clearAbraUnderflowFlag ( Ifx_MSC *  msc)

Clear ABRA underflow flag.

Parameters
mscpointer to the base of MSC registers
Returns
None

Definition at line 1107 of file IfxMsc.h.

IFX_INLINE void IfxMsc_clearUpstreamTimeout ( Ifx_MSC *  msc)

Clear Upstream timeout.

Parameters
mscpointer to the base of MSC registers
Returns
None

Definition at line 1114 of file IfxMsc.h.

IFX_INLINE void IfxMsc_clearUpstreamValidFlag ( Ifx_MSC *  msc,
uint8  upstreamIdx 
)

Clear the valid flag.

Parameters
mscpointer to the base of MSC registers
upstreamIdxdata register ID
Returns
None

Definition at line 1121 of file IfxMsc.h.

Referenced by IfxMsc_Msc_receiveData().

IFX_INLINE boolean IfxMsc_getUpstreamValidFlag ( Ifx_MSC *  msc,
uint8  upstreamIdx 
)

Get the status of the valid flag.

Parameters
mscpointer to the base of MSC registers
upstreamIdxdata register ID
Returns
Status TRUE or FALSE

Definition at line 1127 of file IfxMsc.h.

Referenced by IfxMsc_Msc_receiveData().