Searched refs:__ALIGNED (Results 1 – 3 of 3) sorted by relevance
25 #ifndef __ALIGNED26 #define __ALIGNED(x) __attribute__((aligned(x))) macro44 #ifndef __ALIGNED45 #define __ALIGNED(x) __attribute__((aligned(x))) macro97 #ifndef __ALIGNED99 #define __ALIGNED(x) __attribute__((aligned(x))) macro102 #define __ALIGNED(x) __attribute__((aligned(x))) macro104 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.105 #define __ALIGNED(x) macro
42 #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)
96 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