Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dwm_utils.h46 #define ALIGN_X(num, align) WM_MASK(num, (typeof(num))align - 1) macro
48 #define ALIGN_2(num) ALIGN_X(num, 2)
49 #define ALIGN_4(num) ALIGN_X(num, 4)
50 #define ALIGN_8(num) ALIGN_X(num, 8)
51 #define ALIGN_16(num) ALIGN_X(num, 16)
52 #define ALIGN_32(num) ALIGN_X(num, 32)