Home
last modified time | relevance | path

Searched defs:_base (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset)) argument
32 #define APP_FLASH_RELOC_BASE(_base) APP_FLASH_RELOC(_base, 0) argument