iLLD_TC27xC
1.0
|
MTU basic functionality. More...
#include "_Impl/IfxMtu_cfg.h"
Go to the source code of this file.
Functions | |
IFX_INLINE void | IfxMtu_enableModule (void) |
Enables the MTU module. More... | |
IFX_INLINE boolean | IfxMtu_isModuleEnabled (void) |
Returns the status of whether the module is enabled or not. More... | |
IFX_EXTERN void | IfxMtu_disableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
IFX_EXTERN void | IfxMtu_enableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
IFX_EXTERN boolean | IfxMtu_isAutoInitRunning (IfxMtu_MbistSel mbistSel) |
Returns TRUE if Auto-Initialisation is running for the given SRAM. More... | |
IFX_EXTERN void | IfxMtu_clearSram (IfxMtu_MbistSel mbistSel) |
IFX_EXTERN void | IfxMtu_readSramAddress (IfxMtu_MbistSel mbistSel, uint16 sramAddress) |
IFX_EXTERN void | IfxMtu_writeSramAddress (IfxMtu_MbistSel mbistSel, uint16 sramAddress) |
IFX_EXTERN void | IfxMtu_clearErrorTracking (IfxMtu_MbistSel mbistSel) |
Clears the error tracking registers (ETRR), valid and overflow bits. More... | |
IFX_EXTERN void | IfxMtu_enableErrorTracking (IfxMtu_MbistSel mbistSel, boolean enable) |
Enables the tracking of SRAM errors. More... | |
IFX_EXTERN uint32 | IfxMtu_getSystemAddress (IfxMtu_MbistSel mbistSel, Ifx_MC_ETRR trackedSramAddress) |
Returns the descrambled system address based on a tracked SRAM error which consists of ADDR and MBI (SRAM address and block) More... | |
IFX_EXTERN uint8 | IfxMtu_getTrackedSramAddresses (IfxMtu_MbistSel mbistSel, Ifx_MC_ETRR *trackedSramAddresses) |
Returns the tracked SRAM error addresses and memory blocks which are stored in the MBIST ETRR registers. More... | |
IFX_EXTERN boolean | IfxMtu_isErrorTrackingEnabled (IfxMtu_MbistSel mbistSel) |
Returns the status of the error tracking. More... | |
IFX_EXTERN boolean | IfxMtu_isErrorTrackingOverflow (IfxMtu_MbistSel mbistSel) |
Returns the error tracking overflow status. More... | |
MTU 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 IfxMtu.h.