Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c99 if (*(uint64_t *)address != BINDESC_MAGIC) { in bindesc_open_memory_mapped_flash()
119 if (*(uint64_t *)address != BINDESC_MAGIC) { in bindesc_open_ram()
137 retval = flash_read(flash_device, offset, handle->buffer, sizeof(BINDESC_MAGIC)); in bindesc_open_flash()
143 if (*(uint64_t *)handle->buffer != BINDESC_MAGIC) { in bindesc_open_flash()
162 address += sizeof(BINDESC_MAGIC); in bindesc_foreach()
230 *result = sizeof(BINDESC_MAGIC); in bindesc_get_size()
Dbindesc.ld10 SQUAD(BINDESC_MAGIC);
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/
Dmain.c74 if (*(uint64_t *)(CONFIG_FLASH_BASE_ADDRESS + i) == BINDESC_MAGIC) { in main()
/Zephyr-latest/include/zephyr/
Dbindesc.h20 #define BINDESC_MAGIC 0xb9863e5a7ea46046 macro