Home
last modified time | relevance | path

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

/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Dcmsis_compiler.h88 #ifndef __PACKED_STRUCT
89 #define __PACKED_STRUCT struct __attribute__((packed)) macro
99 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
103 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
107 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
111 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
157 #ifndef __PACKED_STRUCT
158 #define __PACKED_STRUCT struct __packed__ macro
168 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
172 __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_armcc.h76 #ifndef __PACKED_STRUCT
77 #define __PACKED_STRUCT __packed struct macro
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/
Dcmsis_compiler.h88 #ifndef __PACKED_STRUCT
89 #define __PACKED_STRUCT struct __attribute__((packed)) macro
99 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
103 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
107 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
111 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
157 #ifndef __PACKED_STRUCT
158 #define __PACKED_STRUCT struct __packed__ macro
168 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
172 __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; };
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
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_armcc.h81 #ifndef __PACKED_STRUCT
82 #define __PACKED_STRUCT __packed struct macro
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ca/
Dcmsis_armclang_ca.h65 #ifndef __PACKED_STRUCT
66 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
72 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
80 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
88 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
95 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_gcc_ca.h71 #ifndef __PACKED_STRUCT
72 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
78 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
86 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
94 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
101 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_armcc_ca.h68 #ifndef __PACKED_STRUCT
69 #define __PACKED_STRUCT __packed struct macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dcmsis_gcc.h67 #ifndef __PACKED_STRUCT
68 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
74 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
82 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
90 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
97 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };