Searched refs:__SRAMBSS (Results 1 – 4 of 4) sorted by relevance
13 __SRAMBSS unsigned char hal_trace_rx_buf[TRACE_RX_BUFFER_SIZE];14 __SRAMBSS unsigned char uart_rx_ringbuf[TRACE_RX_BUFFER_SIZE*2];
16 static __SRAMBSS unsigned char _hal_uart0_buf[UART_DMA_RING_BUFFER_SIZE];17 static __SRAMBSS unsigned char _hal_uart1_buf[UART_DMA_RING_BUFFER_SIZE];18 static __SRAMBSS unsigned char _hal_uart2_buf[UART_DMA_RING_BUFFER_SIZE];
34 #define __SRAMBSS __attribute__((section(".sram_bss"))) macro62 #define __SRAMBSS __attribute__((section(".sram_bss")))
22 static __SRAMBSS unsigned char _hal_uart_buf[UART_DMA_RING_BUFFER_SIZE];23 static __SRAMBSS unsigned char _hal_uart1_buf[UART_DMA_RING_BUFFER_SIZE];24 static __SRAMBSS unsigned char _hal_uart2_buf[UART_DMA_RING_BUFFER_SIZE];
Completed in 9 milliseconds