iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_INLINE void IfxMsc_clearAbraOverflowFlag | ( | Ifx_MSC * | msc) |
IFX_INLINE void IfxMsc_clearAbraUnderflowFlag | ( | Ifx_MSC * | msc) |
IFX_INLINE void IfxMsc_clearUpstreamTimeout | ( | Ifx_MSC * | msc) |
IFX_INLINE void IfxMsc_clearUpstreamValidFlag | ( | Ifx_MSC * | msc, |
uint8 | upstreamIdx | ||
) |
Clear the valid flag.
msc | pointer to the base of MSC registers |
upstreamIdx | data register ID |
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.
msc | pointer to the base of MSC registers |
upstreamIdx | data register ID |
Definition at line 1127 of file IfxMsc.h.
Referenced by IfxMsc_Msc_receiveData().