SRAM test based on the March X algorithm.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
uint8_t | classb_buffer [CLASSB_SEC_SIZE+CLASSB_OVERLAP_SIZE] |
Buffer for temporary storage of SRAM sections during test. More... | |
void | classb_sram_test (void) |
Execute March X test on one memory section at a time. More... | |
void | classb_march_x (register volatile uint8_t *p_sram, register volatile uint8_t *p_buffer, register uint16_t size) |
Run March X algorithm on specified memory range. More... | |