Searched refs:__packed (Results 1 – 14 of 14) sorted by relevance
20 #ifndef __packed21 #define __packed __attribute__((packed)) macro64 typedef struct __packed _binary_info_core {69 typedef struct __packed _binary_info_raw_data {74 typedef struct __packed _binary_info_sized_data {85 typedef struct __packed _binary_info_id_and_int {91 typedef struct __packed _binary_info_id_and_string {97 typedef struct __packed _binary_info_block_device {109 typedef struct __packed _binary_info_pins_with_func {116 typedef struct __packed _binary_info_pins_with_name {[all …]
69 struct __packed picoboot_reboot_cmd {76 struct __packed picoboot_address_only_cmd {81 struct __packed picoboot_range_cmd {92 struct __packed picoboot_exclusive_cmd {97 struct __packed __aligned(4) picoboot_cmd {115 struct __packed __aligned(4) picoboot_cmd_status {
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; };
131 #ifndef __packed132 #define __packed __attribute__((__packed__)) macro
128 #ifndef __packed129 #define __packed __attribute__((__packed__)) macro
89 #ifndef __packed90 #define __packed __attribute__((__packed__)) macro300 #define __packed_aligned __packed __aligned(4)
69 #define __PACKED __packed135 #define __PACKED __packed
62 #define PACK_STRUCT_BEGIN __packed
56 #define PRE_PACK __packed61 #define PRE_PACK __packed
682 USBx_DFIFO(ch_ep_num) = *((__packed uint32_t *)src); in USB_WritePacket()707 *(__packed uint32_t *)dest = USBx_DFIFO(0); in USB_ReadPacket()
461 } __packed pio_program_t;
Completed in 34 milliseconds