![]() |
ARMEBS4
revision-26.06.2015
|
#include "heivs/ram_test.h"
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... | |
Definition in file ram_test.c.
status_e ram_test_basic | ( | uint32_t * | base, |
size_t | size | ||
) |
Quickly test a RAM region.
base | the base address where the RAM is mapped |
size | the 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().