Home
last modified time | relevance | path

Searched refs:WM_ARM9WM_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h496 #define WM_ARM9WM_BUF_SIZE 512 // Size of the WM variable area on ARM9 side macro
503 #define WM_SYSTEM_BUF_SIZE (WM_ARM9WM_BUF_SIZE + WM_ARM7WM_BUF_SIZE + WM_STATUS_BUF_SIZE + WM_…
1122 u8 reserved1[WM_ARM9WM_BUF_SIZE -
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c129 SDK_COMPILER_ASSERT(sizeof(WMArm9Buf) <= WM_ARM9WM_BUF_SIZE); in WmInitCore()
192 wm9buf->WM7 = (WMArm7Buf *)((u32)wm9buf + WM_ARM9WM_BUF_SIZE); in WmInitCore()