Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_def.h146 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
148 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
150 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf argument
152 #define ALIGN_32BYTES(buf) __align(32) buf argument
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_def.h166 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
168 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
170 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf argument
172 #define ALIGN_32BYTES(buf) __align(32) buf argument
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_def.h165 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
167 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
169 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf argument
171 #define ALIGN_32BYTES(buf) __align(32) buf argument
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_def.h155 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf argument
158 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
161 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_def.h159 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
161 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
163 #define ALIGN_32BYTES(buf) __align(32) buf argument
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_def.h158 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) argument
160 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf argument
162 #define ALIGN_32BYTES(buf) __align(32) buf argument
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h112 #define HOST_TO_LE_16(buf, val) ( ((buf)[0] = (uint8_t) (val) ) , \ argument
113 ((buf)[1] = (uint8_t) ((val)>>8) ) )
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_def.h131 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) argument
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_def.h133 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) argument
/hal_stm32-latest/lib/stm32wba/Utilities/misc/
Dstm32_tiny_vsnprintf.h54 int tiny_vsnprintf_like(char *buf, const int size, const char *fmt, va_list args);
/hal_stm32-latest/lib/stm32wb/hci/
Ddbg_trace.h95 size_t DbgTraceWrite(int handle, const unsigned char * buf, size_t bufSize);