Home
last modified time | relevance | path

Searched refs:__PACKED_STRUCT (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_util.h19 #ifndef __PACKED_STRUCT
20 #define __PACKED_STRUCT __packed struct macro
38 #ifndef __PACKED_STRUCT
39 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
79 #ifndef __PACKED_STRUCT
81 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
84 #define __PACKED_STRUCT __packed struct macro
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c23 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
31 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
40 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
48 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c16 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
24 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
/components/drivers/usb/cherryusb/port/musb/
A Dusb_musb_reg.h18 typedef __PACKED_STRUCT { /*!< USB0 Structure …

Completed in 26 milliseconds