| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/ |
| A D | video.h | 186 __packed struct uvc_descriptor_header { 193 __packed struct uvc_header_descriptor { 222 __packed struct uvc_input_terminal_descriptor { 354 __packed struct uvc_input_header_descriptor { 393 __packed struct uvc_output_header_descriptor { 424 __packed struct uvc_color_matching_descriptor { 436 __packed struct uvc_streaming_control { 456 __packed struct uvc_format_uncompressed { 474 __packed struct uvc_frame_uncompressed { 513 __packed struct uvc_format_mjpeg { [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Include/ |
| A D | HidSpec.h | 26 #define __packed __attribute__((__packed__)) macro 59 }__packed usbHidClassDescriptor_t; 70 }__packed usbHidDescriptor_t; 296 }__packed usbHidGlobalItems_t; 299 typedef __packed struct _usbHidLocalItems{ 313 }__packed usbHidCollectionItems_t;
|
| /bsp/synwit/libraries/SWM341_CSL/CMSIS/CoreSupport/ |
| A D | cmsis_armcc.h | 82 #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)))
|
| /bsp/Vango/v85xx/Libraries/CMSIS/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/hc32l136/Libraries/CMSIS/Include/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/microchip/samc21/bsp/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/msp432e401y-LaunchPad/libraries/Drivers/CMSIS/Include/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/CMSIS/core/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/tae32f5300/Libraries/CMSIS/Include/ |
| A D | cmsis_armcc.h | 82 #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)))
|
| /bsp/hc32l196/Libraries/CMSIS/Include/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/ |
| A D | cmsis_iccarm_a.h | 91 #define __PACKED __packed 100 #define __PACKED_STRUCT __packed struct 109 #define __PACKED_UNION __packed union 143 return *(__packed uint16_t*)(ptr); in __iar_uint16_read() 155 *(__packed uint16_t*)(ptr) = val;; in __iar_uint16_write() 166 return *(__packed uint32_t*)(ptr); in __iar_uint32_read() 177 *(__packed uint32_t*)(ptr) = val;; in __iar_uint32_write()
|
| /bsp/renesas/ra4e2-eco/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/ |
| A D | cmsis_iccarm_a.h | 91 #define __PACKED __packed 100 #define __PACKED_STRUCT __packed struct 109 #define __PACKED_UNION __packed union 143 return *(__packed uint16_t*)(ptr); in __iar_uint16_read() 155 *(__packed uint16_t*)(ptr) = val;; in __iar_uint16_write() 166 return *(__packed uint32_t*)(ptr); in __iar_uint32_read() 177 *(__packed uint32_t*)(ptr) = val;; in __iar_uint32_write()
|
| /bsp/microchip/saml10/bsp/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/mm32/libraries/MM32F3270_HAL/CMSIS/Include/ |
| A D | cmsis_armcc.h | 81 #define __PACKED_STRUCT __packed struct 84 #define __PACKED_UNION __packed union 87 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 90 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 93 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 96 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 99 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/microchip/same70/bsp/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/yichip/yc3122-pos/Libraries/CMSIS/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/stm32/libraries/HAL_Drivers/CMSIS/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 77 #define __PACKED_STRUCT __packed struct 80 #define __PACKED_UNION __packed union 83 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 86 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) 89 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) 92 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) 95 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr)))
|