LPCOpen Platform for LPC112X microcontrollers  112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
Data Structures | Functions
mem_tests.h File Reference
#include "lpc_types.h"

Go to the source code of this file.

Data Structures

struct  MEM_TEST_SETUP_T
 Memory test address/size and result structure. More...
 

Functions

bool mem_test_walking0 (MEM_TEST_SETUP_T *pMemSetup)
 Walking 0 memory test. More...
 
bool mem_test_walking1 (MEM_TEST_SETUP_T *pMemSetup)
 Walking 1 memory test. More...
 
bool mem_test_address (MEM_TEST_SETUP_T *pMemSetup)
 Address memory test. More...
 
bool mem_test_invaddress (MEM_TEST_SETUP_T *pMemSetup)
 Inverse address memory test. More...
 
bool mem_test_pattern (MEM_TEST_SETUP_T *pMemSetup)
 Pattern memory test. More...
 
bool mem_test_pattern_seed (MEM_TEST_SETUP_T *pMemSetup, uint32_t seed, uint32_t incr)
 Pattern memory test with seed and increment value. More...