Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/
A Duart.c13 __SRAMBSS unsigned char hal_trace_rx_buf[TRACE_RX_BUFFER_SIZE];
14 __SRAMBSS unsigned char uart_rx_ringbuf[TRACE_RX_BUFFER_SIZE*2];
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c16 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];
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h34 #define __SRAMBSS __attribute__((section(".sram_bss"))) macro
62 #define __SRAMBSS __attribute__((section(".sram_bss")))
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Duart.c22 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