Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/uart/uart_pm/src/
Dmain.c68 char txbuf[] = "test"; in async_verify() local
/Zephyr-latest/drivers/spi/
Dspi_rpi_pico_pio.c424 const uint8_t *txbuf = data->spi_ctx.tx_buf; in spi_pico_pio_txrx_4_wire() local
516 const uint8_t *txbuf = data->spi_ctx.tx_buf; in spi_pico_pio_txrx_3_wire() local
Dspi_pl022.c738 const void *txbuf = data->ctx.tx_buf; in spi_pl022_xfer() local
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c46 static uint8_t txbuf[3][BUF_SIZE]; variable