Functions | |
| int32_t | SDL_CPU_staticRegisterRead (SDL_R5FCPU_StaticRegs *pCPUStaticRegs) |
| This API is used to get the value of static registers for R5F CPU. More... | |
| void | SDL_R5MPU_readStaticRegisters (SDL_R5MPU_staticRegs *pMPUStaticRegs, uint32_t regionNum) |
| MPU API to Read the Static Registers. This function reads the values of the static registers such as System Control Register, MPU Type Register and MPU Region Number Register. More... | |
| int32_t SDL_CPU_staticRegisterRead | ( | SDL_R5FCPU_StaticRegs * | pCPUStaticRegs | ) |
This API is used to get the value of static registers for R5F CPU.
| pCPUStaticRegs | Pointer to the SDL_R5FCPU_StaticRegs structure. |
| void SDL_R5MPU_readStaticRegisters | ( | SDL_R5MPU_staticRegs * | pMPUStaticRegs, |
| uint32_t | regionNum | ||
| ) |
MPU API to Read the Static Registers. This function reads the values of the static registers such as System Control Register, MPU Type Register and MPU Region Number Register.
| pMPUStaticRegs | [IN] Pointer to the static registers structure |
| regionNum | [IN] Region number |