Functions | |
| int32_t | SDL_HWA_ESM_CallbackFunction (SDL_ESM_Inst instance, int32_t grpChannel, int32_t vecNum, void *arg) |
| This API is a call back function when an interrupt is occured for HWA memory parity and fsm Lockstep. More... | |
| int32_t | SDL_HWA_memParityExecute (SDL_HWA_MemID memID, SDL_HWA_MemBlock memBlock) |
| This API is used for configuring and testing parity of the HWA memory. More... | |
| int32_t | SDL_HWA_fsmLockStepExecute (void) |
| This API is used to induce the error in the fsm lockstep for HWA. More... | |
| int32_t SDL_HWA_ESM_CallbackFunction | ( | SDL_ESM_Inst | instance, |
| int32_t | grpChannel, | ||
| int32_t | vecNum, | ||
| void * | arg | ||
| ) |
This API is a call back function when an interrupt is occured for HWA memory parity and fsm Lockstep.
| instance | indicates the ESM instance |
| grpChannel | indicates the ESM channel number for HWA memory parity and fsm Lockstep |
| vecNum | indicates the ESM vector number for HWA memory parity and fsm Lockstep |
| arg | pointer to input arrguments |
| int32_t SDL_HWA_memParityExecute | ( | SDL_HWA_MemID | memID, |
| SDL_HWA_MemBlock | memBlock | ||
| ) |
This API is used for configuring and testing parity of the HWA memory.
| memID | indicates the memory in the HWA |
| memBlock | indicates the memory block in the HWA memory |
| int32_t SDL_HWA_fsmLockStepExecute | ( | void | ) |
This API is used to induce the error in the fsm lockstep for HWA.