Searched refs:stm32_i2c_setup_buf (Results 1 – 1 of 1) sorted by relevance
267 static void stm32_i2c_setup_buf(stm32_i2c_buf_t *buf, uint8_t *data, size_t count) { in stm32_i2c_setup_buf() function280 stm32_i2c_setup_buf(&i2c->tx_buf, tx_data, tx_count); in stm32_i2c_txn()281 stm32_i2c_setup_buf(&i2c->rx_buf, rx_data, rx_count); in stm32_i2c_txn()
Completed in 3 milliseconds