Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h137 # define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
139 # define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a) macro