Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_compiler.h94 #ifndef __PACKED_STRUCT
95 #define __PACKED_STRUCT struct __attribute__((packed)) macro
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
166 #ifndef __PACKED_STRUCT
167 #define __PACKED_STRUCT struct __packed__ macro
177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
[all …]
Dcmsis_gcc.h64 #ifndef __PACKED_STRUCT
65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
106 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_iccarm.h141 #ifndef __PACKED_STRUCT
143 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
146 #define __PACKED_STRUCT __packed struct macro