Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.c297 char tbuf[60]; in ct() local
303 memset((void *)&tbuf, 0, sizeof(tbuf)); in ct()
304 memcpy((void *)&tbuf, (void *)BUFOUT, SAMP_BLOCKSIZE); in ct()
306 printk("CT MSG: %s\n", (char *)&tbuf); in ct()
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c69 static uint8_t tbuf[9] = { variable
130 const struct spi_buf txb = {.buf = tbuf, .len = sizeof(tbuf)}; in xpt2046_work_handler()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c84 struct test_buf tbuf = { .buf = buf, .idx = 0 }; in basic_validate() local
100 rv = cbpprintf(out, &tbuf, d); in basic_validate()