Searched refs:tx_buf_set (Results 1 – 1 of 1) sorted by relevance
36 const struct spi_buf_set tx_buf_set = { .buffers = &tx_buf, .count = 1 }; in WE_ReadReg_SPI() local43 status = spi_transceive_dt(interface->handle, &tx_buf_set, &rx_buf_set); in WE_ReadReg_SPI()81 const struct spi_buf_set tx_buf_set = { .buffers = tx_buf, .count = 2 }; in WE_WriteReg_SPI() local83 status = spi_write_dt(interface->handle, &tx_buf_set); in WE_WriteReg_SPI()