ARMEBS4  revision-26.06.2015
Functions
ram_test.c File Reference
#include "heivs/ram_test.h"
Include dependency graph for ram_test.c:

Go to the source code of this file.

Functions

status_e ram_test_basic (uint32_t *_base, size_t size)
 Quickly test a RAM region. More...
 

Detailed Description

See also
heivs/ram_test.h

Definition in file ram_test.c.

Function Documentation

status_e ram_test_basic ( uint32_t *  base,
size_t  size 
)

Quickly test a RAM region.

Parameters
basethe base address where the RAM is mapped
sizethe size of the RAM region

This is a very basic test.

Definition at line 8 of file ram_test.c.

References ERROR_HW_FAILED, and NO_ERROR.

Referenced by bsp_init().

Here is the caller graph for this function: