Searched refs:__packed (Results 1 – 10 of 10) sorted by relevance
20 #ifndef __packed21 #define __packed __attribute__((packed)) macro67 typedef struct __packed _binary_info_core {72 typedef struct __packed _binary_info_raw_data {77 typedef struct __packed _binary_info_sized_data {83 typedef struct __packed _binary_info_list_zero_terminated {88 typedef struct __packed _binary_info_id_and_int {94 typedef struct __packed _binary_info_id_and_string {100 typedef struct __packed _binary_info_ptr_int32_with_name {107 typedef struct __packed _binary_info_ptr_string_with_name {[all …]
86 struct __packed picoboot_reboot_cmd {94 struct __packed picoboot_reboot2_cmd {102 struct __packed picoboot_address_only_cmd {107 struct __packed picoboot_range_cmd {112 struct __packed picoboot_exec2_cmd {125 struct __packed picoboot_exclusive_cmd {129 struct __packed picoboot_otp_cmd {136 struct __packed picoboot_get_info_cmd {144 struct __packed __aligned(4) picoboot_cmd {165 struct __packed __aligned(4) picoboot_cmd_status {
32 #define __packed __attribute__((packed)) macro33 #define __packed_aligned __packed __attribute((aligned))36 #define __packed
40 #ifndef __packed41 #define __packed __attribute__((__packed__)) macro113 #define __packed_aligned __packed __aligned(4)
82 #define __PACKED_STRUCT __packed struct85 #define __PACKED_UNION __packed union88 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x)))91 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val))94 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr)))97 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val))100 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
137 #define __PACKED __packed146 #define __PACKED_STRUCT __packed struct155 #define __PACKED_UNION __packed union185 return *(__packed uint16_t*)(ptr); in __iar_uint16_read()197 *(__packed uint16_t*)(ptr) = val;; in __iar_uint16_write()208 return *(__packed uint32_t*)(ptr); in __iar_uint32_read()219 *(__packed uint32_t*)(ptr) = val;; in __iar_uint32_write()228 __packed struct __iar_u32 { uint32_t v; };
21 #define __packed __attribute__((__packed__)) macro
66 #define PACK_STRUCT_BEGIN __packed
144 #define __PACKED __packed153 #define __PACKED_STRUCT __packed struct162 #define __PACKED_UNION __packed union192 return *(__packed uint16_t*)(ptr); in __iar_uint16_read()204 *(__packed uint16_t*)(ptr) = val;; in __iar_uint16_write()215 return *(__packed uint32_t*)(ptr); in __iar_uint32_read()226 *(__packed uint32_t*)(ptr) = val;; in __iar_uint32_write()235 __packed struct __iar_u32 { uint32_t v; };
1007 struct __packed { struct