iLLD_TC27xD  1.0
IfxSrc.h File Reference

SRC basic functionality. More...

#include "_Impl/IfxSrc_cfg.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"
#include "IfxSrc_reg.h"

Go to the source code of this file.

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...
 
IFX_INLINE void IfxSrc_deinit (volatile Ifx_SRC_SRCR *src)
 DeInitializes the service request control register. More...
 
IFX_INLINE void IfxSrc_disable (volatile Ifx_SRC_SRCR *src)
 Disables a specific interrupt service request. More...
 
IFX_INLINE void IfxSrc_enable (volatile Ifx_SRC_SRCR *src)
 Enables a specific interrupt service request. More...
 
IFX_INLINE void IfxSrc_init (volatile Ifx_SRC_SRCR *src, IfxSrc_Tos typOfService, Ifx_Priority priority)
 Initializes the service request control register. More...
 

Detailed Description

SRC basic functionality.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file IfxSrc.h.