This file contains API prototypes for SRAM March-C Minus test.
Includes
- diag_sram_march_types.h
Functions
Table 4-73. diag_sram_status_tDIAG_SRAM_MarchC_Minus (uint16_t startAddress, uint16_t length, uint16_t bufferAddress)
Parameters |
[in] startAddress
|
uint16_t
- pointer to an array declared in user memory for test
|
[in] length
|
uint16_t
- number of bytes to test
|
[in] bufferAddress
|
uint16_t
- pointer to location in memory where array will be stored during test
|
|
Returns |
diag_sram_status_t
| diag_sram_status_t
SRAM_OK - Success
SRAM_ERROR - Failure
SRAM_GLOBAL_ERROR - Failure at test variables
SRAM_ADDR_ERROR - Invalid address
SRAM_LENGTH_ERROR - Invalid length
|
|