Home
last modified time | relevance | path

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

/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c47 #define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0])) macro
180 for (i = 0; i < ARRAYSIZE(g_flash_devices); i++) in lookup_flash_device_by_id()
211 for (i = 0; i < ARRAYSIZE(g_flash_devices); i++) in lookup_flash_device_by_offset()