iLLD_TC27xD  1.0
Service Request Functions
Collaboration diagram for Service Request Functions:

Functions

IFX_INLINE void IfxSrc_clearOverrun (volatile Ifx_SRC_SRCR *src)
 Resets the overrun flag of the Service Request. More...
 
IFX_INLINE void IfxSrc_clearRequest (volatile Ifx_SRC_SRCR *src)
 Resets a specific interrupt service by software. More...
 
IFX_INLINE boolean IfxSrc_isOverrun (volatile Ifx_SRC_SRCR *src)
 Gets the current overrun status. More...
 
IFX_INLINE boolean IfxSrc_isRequested (volatile Ifx_SRC_SRCR *src)
 Gets the current request status. More...
 
IFX_INLINE void IfxSrc_setRequest (volatile Ifx_SRC_SRCR *src)
 Requests a specific interrupt service by software. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxSrc_clearOverrun ( volatile Ifx_SRC_SRCR *  src)

Resets the overrun flag of the Service Request.

Parameters
srcpointer to the Service Request Control register which the overrun flag should be cleared.
Returns
None

Usage example: see IfxSrc_init

Definition at line 224 of file IfxSrc.h.

IFX_INLINE void IfxSrc_clearRequest ( volatile Ifx_SRC_SRCR *  src)

Resets a specific interrupt service by software.

Parameters
srcpointer to the Service Request Control register which the request should be cleared.
Returns
None

Usage example: see IfxSrc_init

Definition at line 230 of file IfxSrc.h.

Referenced by IfxSrc_init().

IFX_INLINE boolean IfxSrc_isOverrun ( volatile Ifx_SRC_SRCR *  src)

Gets the current overrun status.

Parameters
srcpointer to the Service Request Control register for which the overrun status should be returned.
Returns
current service request control overrun status.

Usage example: see IfxSrc_init

Definition at line 262 of file IfxSrc.h.

IFX_INLINE boolean IfxSrc_isRequested ( volatile Ifx_SRC_SRCR *  src)

Gets the current request status.

Parameters
srcpointer to the Service Request Control register for which the request status should be returned.
Returns
current service request control request status.

Usage example: see IfxSrc_init

Definition at line 268 of file IfxSrc.h.

IFX_INLINE void IfxSrc_setRequest ( volatile Ifx_SRC_SRCR *  src)

Requests a specific interrupt service by software.

Parameters
srcpointer to the Service Request Control register which the interrupt has to be requested.
Returns
None

Usage example: see IfxSrc_init

Definition at line 274 of file IfxSrc.h.