Home
last modified time | relevance | path

Searched defs:ALIGNED_ (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/wear_levelling/private_include/
DWL_Config.h25 #define ALIGNED_(x) __declspec(align(x)) macro
28 #define ALIGNED_(x) __attribute__ ((aligned(x))) macro
DWL_State.h23 #define ALIGNED_(x) __declspec(align(x)) macro
26 #define ALIGNED_(x) __attribute__ ((aligned(x))) macro