183/** \brief Returns the tracked SRAM error addresses and memory blocks which are stored in the MBIST ETRR registers.
184 * \param mbistSel Memory Selection
185 * \param trackedSramAddresses will contain the tracked error addresses in trackedSramAdresses[x].B.ADDR and affected blocks in sramAddresses[x].B.MBI
186 *
187 * The array size shall be IFXMTU_MAX_TRACKED_ADDRESSES
188 * \return number of tracked errors (0..IFXMTU_MAX_TRACKED_ADDRESSES)
189 *
190 * Example usage to print out tracked errors of a given memory:
191 *
192 * We assume that the MTU clock has already been enabled, and that the MBIST instance has been selected; e.g. for LMU:
238/** \brief Returns the error tracking overflow status.
239 * \param mbistSel Memory Selection
240 * \return TRUE if more errors were detected since last clear than error tracking registers are available, or if more than one memory block was in error at the same time.