Home
last modified time | relevance | path

Searched refs:__packed (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dstructure.h20 #ifndef __packed
21 #define __packed __attribute__((packed)) macro
67 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 …]
/hal_rpi_pico-latest/src/common/boot_picoboot_headers/include/boot/
Dpicoboot.h86 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 {
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h32 #define __packed __attribute__((packed)) macro
33 #define __packed_aligned __packed __attribute((aligned))
36 #define __packed
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h40 #ifndef __packed
41 #define __packed __attribute__((__packed__)) macro
113 #define __packed_aligned __packed __aligned(4)
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_armcc.h82 #define __PACKED_STRUCT __packed struct
85 #define __PACKED_UNION __packed union
88 #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)))
Dcmsis_iccarm.h137 #define __PACKED __packed
146 #define __PACKED_STRUCT __packed struct
155 #define __PACKED_UNION __packed union
185 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; };
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dcdefs.h21 #define __packed __attribute__((__packed__)) macro
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/include/arch/
Dcc.h66 #define PACK_STRUCT_BEGIN __packed
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h144 #define __PACKED __packed
153 #define __PACKED_STRUCT __packed struct
162 #define __PACKED_UNION __packed union
192 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; };
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h1007 struct __packed { struct