RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Macros | Functions | Variables
bspstarthooks-hwinit.c File Reference

This source file contains the bsp_start_hook_0() implementation. More...

#include <stdint.h>
#include <bsp.h>
#include <bsp/start.h>
#include <bsp/tms570.h>
#include <bsp/tms570_selftest.h>
#include <bsp/tms570_selftest_parity.h>
#include <bsp/tms570_hwinit.h>
#include <bsp/ti_herc/errata_SSWF021_45.h>

Macros

#define PBIST_March13N_SP   0x00000008U
 

Functions

 __attribute__ ((__naked__))
 

Variables

const tms570_selftest_par_desc_t *const tms570_selftest_par_list []
 
const int tms570_selftest_par_list_size
 

Detailed Description

This source file contains the bsp_start_hook_0() implementation.

Macro Definition Documentation

◆ PBIST_March13N_SP

#define PBIST_March13N_SP   0x00000008U

March13 N Algo for 1 Port mem

Variable Documentation

◆ tms570_selftest_par_list

const tms570_selftest_par_desc_t* const tms570_selftest_par_list[]
Initial value:
= {
&tms570_selftest_par_het1_desc,
&tms570_selftest_par_htu1_desc,
&tms570_selftest_par_het2_desc,
&tms570_selftest_par_htu2_desc,
&tms570_selftest_par_adc1_desc,
&tms570_selftest_par_adc2_desc,
&tms570_selftest_par_can1_desc,
&tms570_selftest_par_can2_desc,
&tms570_selftest_par_can3_desc,
&tms570_selftest_par_vim_desc,
&tms570_selftest_par_dma_desc,
&tms570_selftest_par_spi1_desc,
&tms570_selftest_par_spi3_desc,
&tms570_selftest_par_spi5_desc,
}

◆ tms570_selftest_par_list_size

const int tms570_selftest_par_list_size
Initial value:
=
RTEMS_ARRAY_SIZE( tms570_selftest_par_list )
#define RTEMS_ARRAY_SIZE(_array)
Gets the element count of the array.
Definition: basedefs.h:244