Searched defs:txbuf (Results 1 – 4 of 4) sorted by relevance
68 char txbuf[] = "test"; in async_verify() local
424 const uint8_t *txbuf = data->spi_ctx.tx_buf; in spi_pico_pio_txrx_4_wire() local516 const uint8_t *txbuf = data->spi_ctx.tx_buf; in spi_pico_pio_txrx_3_wire() local
738 const void *txbuf = data->ctx.tx_buf; in spi_pl022_xfer() local
46 static uint8_t txbuf[3][BUF_SIZE]; variable