Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bindesc/
Dbindesc.ld12 . = ALIGN(BINDESC_ALIGNMENT);
Dbindesc_read.c114 if (!IS_ALIGNED(address, BINDESC_ALIGNMENT)) { in bindesc_open_ram()
/Zephyr-latest/include/zephyr/
Dbindesc.h21 #define BINDESC_ALIGNMENT 4 macro
163 __aligned(BINDESC_ALIGNMENT) const struct bindesc_entry BINDESC_NAME(name) \
329 CONFIG_BINDESC_READ_FLASH_MAX_DATA_SIZE] __aligned(BINDESC_ALIGNMENT);
/Zephyr-latest/tests/subsys/bindesc/reading/src/
Dmain.c25 static __aligned(BINDESC_ALIGNMENT) const uint8_t descriptors[] = {