This file contains the prototypes of the APIs present in the device abstraction layer file of TMU ROM checksum. This also contains some related macros.
Go to the source code of this file.
Macros | |
| #define | SDL_TMU_CRC_GOLDEN_REFL (0x36CFB524U) |
| #define | SDL_TMU_CRC_GOLDEN_REFH (0xCCDAB254U) |
| #define | SDL_TMU_MCRC_PCNT (0U) |
| #define | SDL_TMU_MCRC_SCNT (1U) |
| #define | SDL_TMU_MCRC_WDPRELD (0U) |
| #define | SDL_TMU_MCRC_BLKPRELD (0U) |
| #define | SDL_R5F_CORE (0U) /* Options 0,1,2,3 */ |
| #define | SDL_DEF_TMU_ROM_BA (0x53020000U + (SDL_R5F_CORE * 0x4000U)) |
| #define | SDL_TMU_ROM_SIZE (0x3000U) /* 12KB */ |
Functions | |
| int32_t | SDL_TMU_ROM_Checksum_compute (SDL_MCRC_Channel_t mcrcChannelNumber, SDL_MCRC_Signature_t *sectSignVal) |
| Compute TMU Rom Checksum. More... | |