Home
last modified time | relevance | path

Searched refs:HW_RESET_PARAMETER_BUF (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dreset.h79 return (u32)*(u32 *)HW_RESET_PARAMETER_BUF; in OS_GetResetParameter()
/TwlSDK-5.1.0/build/libraries/os/common/include/
Dapplication_jump_private.h31 #define OSi_GetMCUFreeRegisterValue() ( *(vu32*)HW_RESET_PARAMETER_BUF )
/TwlSDK-5.1.0/include/nitro/hw/common/
Dmmap_shared.h60 #define HW_RESET_PARAMETER_BUF (HW_MAIN_MEM_SYSTEM + 0x020) // reset parameter (END-0x3… macro
/TwlSDK-5.1.0/include/twl/hw/common/
Dmmap_shared.h167 #define HW_RESET_PARAMETER_BUF (HW_MAIN_MEM + 0x00fffc20) // reset parameter (END-0x3… macro
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_reset.c152 *(u32 *)HW_RESET_PARAMETER_BUF = parameter; in OS_ResetSystem()