This file contains the prototypes of the APIs present in the device abstraction layer file of RESET. This also contains some related macros.
Go to the source code of this file.
Enumerations | |
SOC Warm Reset Causes | |
enum | SDL_SOC_WarmResetCause { SDL_WarmResetCause_POWER_ON_RESET = 0x09U, SDL_WarmResetCause_MSS_WDT = 0x0AU, SDL_WarmResetCause_TOP_RCM_WARM_RESET_CONFIG = 0x0CU, SDL_WarmResetCause_EXT_PAD_RESET = 0x08U, SDL_WarmResetCause_HSM_WDT = 0x18U } |
Functions | |
uint32_t | SDL_r5fGetResetCause (void) |
Get R5 reset cause. More... | |
void | SDL_generateSwWarmReset (void) |
Generate SW WARM reset. More... | |
uint32_t | SDL_getWarmResetCause (void) |
Returns cause of WARM reset. More... | |
void | SDL_rcmDspLocalReset (void) |
Reset Dsp Core. More... | |