Searched refs:__section (Results 1 – 3 of 3) sorted by relevance
15 #define __section(section) __attribute__((__section__(section))) macro33 __used __section(".init.setup") \
17 #define __section(x)__attribute__((__section__(x))) macro
13 static uint8_t __used __section(".data.encl_buffer") encl_buffer[8192] = { 1 };
Completed in 5 milliseconds