This file contains APIs to test SRAM using March-C Minus algorithm.
Includes
- stdint.h
- diag_sram_marchc_minus.h
Functions
Table 14-66. voidDIAG_SRAM_MarchC_Minus (register uint8_t *startAddress, register uint16_t length)
Parameters |
startAddress
|
register uint8_t *
- The start address of the memory under test.
|
length
|
register uint16_t
- Defines the size of the memory under test.
|
|
Returns |
void
| See DIAG_SRAM_MarchC_Minus_GetStatus()
|
|
Table 14-67. diag_sram_status_tDIAG_SRAM_MarchC_Minus_GetStatus (void)
Parameters |
|
Returns |
diag_sram_status_t
| SRAM_OK, SRAM_ERROR, SRAM_INVALID
|
|