Home
last modified time | relevance | path

Searched defs:line_buf (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/drivers/ipm/src/
Dmain.c59 static char line_buf[LINE_BUF_SIZE]; variable
/Zephyr-latest/include/zephyr/drivers/console/
Dipm_console.h54 char *line_buf; member
/Zephyr-latest/drivers/display/
Dls0xx.c127 struct spi_buf line_buf[3] = { in ls0xx_update_display() local
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_rtt.c65 static uint8_t line_buf[MESSAGE_SIZE + DROP_MSG_LEN]; variable