Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c38 #define FLASH_SIZE 0x10000000u //256MB ought to be enough for everyone macro
45 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
Dpostprocess_elf.c40 #define FLASH_SIZE 0x10000000 //256MB ought to be enough for everyone macro
47 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)