Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h437 #define WICED_DECLARE_ALIGNED4(datatype, var) __declspec(align(4)) datatype var argument
440 #define WICED_DECLARE_ALIGNED4(datatype, var) _Pragma("data_alignment=4") datatype var argument
443 #define WICED_DECLARE_ALIGNED4(datatype, var) datatype var __attribute__((aligned(4))) argument