Home
last modified time | relevance | path

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

/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/microchip/samc21/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/microchip/saml10/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/microchip/same70/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/microchip/same54/bsp/hal/utils/include/
A Dutils.h81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/
A Dcompiler.h115 # define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
117 # define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a) macro
/bsp/avr32/software_framework/utils/
A Dcompiler.h131 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
133 #define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a) macro

Completed in 39 milliseconds