iLLD_TC27xC
1.0
|
MTU basic functionality. More...
Go to the source code of this file.
Functions | |
void | IfxMtu_clearErrorTracking (IfxMtu_MbistSel mbistSel) |
Clears the error tracking registers (ETRR), valid and overflow bits. More... | |
void | IfxMtu_clearSram (IfxMtu_MbistSel mbistSel) |
void | IfxMtu_disableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
void | IfxMtu_enableErrorTracking (IfxMtu_MbistSel mbistSel, boolean enable) |
Enables the tracking of SRAM errors. More... | |
void | IfxMtu_enableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
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... | |
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... | |
boolean | IfxMtu_isAutoInitRunning (IfxMtu_MbistSel mbistSel) |
Returns TRUE if Auto-Initialisation is running for the given SRAM. More... | |
boolean | IfxMtu_isErrorTrackingEnabled (IfxMtu_MbistSel mbistSel) |
Returns the status of the error tracking. More... | |
boolean | IfxMtu_isErrorTrackingOverflow (IfxMtu_MbistSel mbistSel) |
Returns the error tracking overflow status. More... | |
void | IfxMtu_readSramAddress (IfxMtu_MbistSel mbistSel, uint16 sramAddress) |
void | IfxMtu_writeSramAddress (IfxMtu_MbistSel mbistSel, uint16 sramAddress) |
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.c.