Home
last modified time | relevance | path

Searched defs:txb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/tests/boards/mec15xxevb_assy6853/qspi/src/
Dmain.c46 static struct spi_buf txb[MAX_TX_BUF], rxb; variable
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_e1000_priv.h91 uint8_t txb[NET_ETH_MTU]; member
Deth_esp32.c41 uint8_t txb[NET_ETH_MAX_FRAME_SIZE]; member
/Zephyr-Core-3.6.0/drivers/input/
Dinput_xpt2046.c130 const struct spi_buf txb = {.buf = tbuf, .len = sizeof(tbuf)}; in xpt2046_work_handler() local
/Zephyr-Core-3.6.0/drivers/spi/
Dspi_xec_qmspi.c326 static int qmspi_descr_alloc(QMSPI_Type *regs, const struct spi_buf *txb, in qmspi_descr_alloc()
/Zephyr-Core-3.6.0/samples/drivers/espi/src/
Dmain.c203 struct spi_buf txb; in spi_saf_init() local