22#ifndef MIDWARE_MEMORY_MANAGER_DIAG_ASM_H
23#define MIDWARE_MEMORY_MANAGER_DIAG_ASM_H
void ASM_InjectCpuAddressParityNvm(uint8_t *flashDiagAddr)
This function makes the CPU inject a parity error in the address of the following NVM (Flash) read,...
void ASM_InjectNvmInstructionParity(void)
This function makes the NVMCTRL inject a parity error in the instruction of the following NVM fetch,...
void ASM_InjectRamEcc2(volatile uint8_t *ramDiagAddr)
This function makes the RAM controller inject a 2-bit ECC error in the following RAM read,...
void ASM_InjectRamEccComp(void)
This function makes the RAM controller inject a comparator error in the following RAM read,...
void ASM_InjectCpuAddressParityRam(void)
This function makes the CPU inject a parity error in the address of the following RAM read,...
void ASM_InjectRamEcc1(volatile uint8_t *ramDiagAddr)
This function makes the RAM controller inject a 1-bit ECC error in the following RAM read,...
void ASM_InjectCpuControlParityRam(void)
This function makes the CPU inject a parity error in the control of the following RAM read,...
void ASM_InjectCpuDataParityRam(void)
This function makes the CPU inject a parity error in the data of the following RAM write,...
void ASM_InjectNvmDataParity(uint8_t *flashDiagAddr)
This function makes the NVMCTRL inject a parity error in the data of the following NVM (Flash) read,...
void ASM_InjectCpuDataParityNvm(uint8_t *eepromDiagAddr)
This function makes the CPU inject a parity error in the data of the following NVM (EEPROM) write,...
void ASM_InjectCpuControlParityNvm(uint8_t *flashDiagAddr)
This function makes the CPU inject a parity error in the control of the following NVM (Flash) read,...