Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Dwinstream_console.c67 extern char _winstream_console_buf[];
89 .buf_addr = (uint32_t) &_winstream_console_buf,
119 _winstream_console_buf[0] = ((volatile char*) &wsdesc)[0]; in winstream_console_init()
121 buf = &_winstream_console_buf; in winstream_console_init()
DKconfig296 symbol "_winstream_console_buf" and have size set by
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c269 __nocache char _winstream_console_buf[CONFIG_WINSTREAM_CONSOLE_STATIC_SIZE]; variable