RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
tms570_selftest_par_std.c File Reference

This source file contains the HETx, HTUx, ADC, DMA and VIM module parity based protection support. More...

#include <stdint.h>
#include <stddef.h>
#include <bsp/tms570.h>
#include <bsp/tms570_selftest.h>
#include <bsp/tms570_selftest_parity.h>

Functions

void tms570_selftest_par_check_std (const tms570_selftest_par_desc_t *desc)
 run test to check that parity protection works for modules with common setup structure.
 

Detailed Description

This source file contains the HETx, HTUx, ADC, DMA and VIM module parity based protection support.

Algorithms are based on Ti manuals and Ti HalCoGen generated code.

Function Documentation

◆ tms570_selftest_par_check_std()

void tms570_selftest_par_check_std ( const tms570_selftest_par_desc_t desc)

run test to check that parity protection works for modules with common setup structure.

Parameters
[in]descmodule registers addresses end ESM channels descriptor
Returns
Void, in the case of error invokes bsp_selftest_fail_notification()

The descriptor provides address of the module registers and address of internal RAM memory and corresponding parity area test access window. This test function is usable for HETx, HTUx, ADC, DMA and VIM TMS570 peripherals.