Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_common.h201 #define SDK_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var argument
212 #define SDK_ALIGN(var, alignbytes) __align(alignbytes) var
223 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes)))
234 #define SDK_ALIGN(var, alignbytes) var
244 #define SDK_SIZEALIGN(var, alignbytes) \ argument
245 ((unsigned int)((var) + ((alignbytes)-1)) & (unsigned int)(~(unsigned int)((alignbytes)-1)))
253 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var … argument
256 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var
261 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) \
265 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) __align(alignbytes) var
[all …]
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Dsdif.h88 #define SDK_SIZEALIGN(var, alignbytes) \ argument
89 ((unsigned int)((var) + ((alignbytes)-1)) & (unsigned int)(~(unsigned int)((alignbytes)-1)))
101 #define SDK_ALIGN(var, alignbytes) var argument

Completed in 9 milliseconds