Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_common.h201 #define SDK_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var macro
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