This file contains API prototypes for SRAM March-C Minus test.
Includes
- diag_sram_types.h
- ../../../diag_common/config/diag_config.h
- stdint.h
- xc.h
Functions
Table 14-68. 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-69. diag_sram_status_tDIAG_SRAM_MarchC_Minus_GetStatus (void)
Parameters |
|
Returns |
diag_sram_status_t
| SRAM_OK, SRAM_ERROR, SRAM_INVALID
|
|