Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_def.h146 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
148 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
150 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro
152 #define ALIGN_32BYTES(buf) __align(32) buf macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_def.h166 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
168 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
170 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro
172 #define ALIGN_32BYTES(buf) __align(32) buf macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_def.h165 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
167 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
169 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro
171 #define ALIGN_32BYTES(buf) __align(32) buf macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_def.h155 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro
158 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
161 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_def.h159 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
161 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
163 #define ALIGN_32BYTES(buf) __align(32) buf macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_def.h158 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
160 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro
162 #define ALIGN_32BYTES(buf) __align(32) buf macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_def.h131 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_def.h133 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) macro