Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dstructure.h20 #ifndef __packed
21 #define __packed __attribute__((packed)) macro
64 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 …]
/external/platform/pico/common/boot_picoboot/include/boot/
A Dpicoboot.h69 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 {
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A 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)))
A 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; };
/external/arch/arm/arm-m/CMSIS/Include/
A 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)))
A 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; };
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_def.h131 #ifndef __packed
132 #define __packed __attribute__((__packed__)) macro
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_def.h128 #ifndef __packed
129 #define __packed __attribute__((__packed__)) macro
/external/platform/pico/rp2_common/pico_platform/include/pico/
A Dplatform.h89 #ifndef __packed
90 #define __packed __attribute__((__packed__)) macro
300 #define __packed_aligned __packed __aligned(4)
/external/platform/nrfx/mdk/
A Dcompiler_abstraction.h69 #define __PACKED __packed
135 #define __PACKED __packed
/external/platform/pico/rp2_common/pico_lwip/include/arch/
A Dcc.h62 #define PACK_STRUCT_BEGIN __packed
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h56 #define PRE_PACK __packed
61 #define PRE_PACK __packed
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_usb.c682 USBx_DFIFO(ch_ep_num) = *((__packed uint32_t *)src); in USB_WritePacket()
707 *(__packed uint32_t *)dest = USBx_DFIFO(0); in USB_ReadPacket()
/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A Dpio.h461 } __packed pio_program_t;

Completed in 34 milliseconds