iLLD_TC29x
1.0
|
SRC basic functionality. More...
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... | |
SRC basic functionality.
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.