Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_compiler.h62 #ifndef Z_DECL_ALIGN
63 #define Z_DECL_ALIGN(type) __aligned(__alignof(type)) type macro
73 Z_DECL_ALIGN(struct struct_type) name