Home
last modified time | relevance | path

Searched refs:__ALIGNED (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_util.h25 #ifndef __ALIGNED
26 #define __ALIGNED(x) __attribute__((aligned(x))) macro
44 #ifndef __ALIGNED
45 #define __ALIGNED(x) __attribute__((aligned(x))) macro
97 #ifndef __ALIGNED
99 #define __ALIGNED(x) __attribute__((aligned(x))) macro
102 #define __ALIGNED(x) __attribute__((aligned(x))) macro
104 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
105 #define __ALIGNED(x) macro
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h42 #define CLASS_INFO_DEFINE __attribute__((section("usbh_class_info"))) __USED __ALIGNED(1)
44 #define CLASS_INFO_DEFINE __attribute__((section(".usbh_class_info"))) __USED __ALIGNED(1)
47 #define CLASS_INFO_DEFINE __attribute__((section(".usbh_class_info"))) __USED __ALIGNED(1)
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c96 static uint8_t g_aic_udc_ibuf[USB_RAM_SIZE] __ALIGNED(CACHE_LINE_SIZE);
97 static uint8_t g_aic_udc_obuf[USB_RAM_SIZE] __ALIGNED(CACHE_LINE_SIZE);

Completed in 7 milliseconds