Searched refs:tx_pos (Results 1 – 2 of 2) sorted by relevance
949 uint16_t tx_pos = 0; in spi_write_buffer_wait() local980 uint16_t data_to_send = tx_data[tx_pos++]; in spi_write_buffer_wait()984 data_to_send |= (tx_data[tx_pos++] << 8); in spi_write_buffer_wait()996 data_to_send = tx_data[tx_pos++]; in spi_write_buffer_wait()999 data_to_send |= (tx_data[tx_pos++] << 8); in spi_write_buffer_wait()1125 uint16_t tx_pos = 0; in spi_transceive_buffer_wait() local1157 uint16_t data_to_send = tx_data[tx_pos++]; in spi_transceive_buffer_wait()1161 data_to_send |= (tx_data[tx_pos++] << 8); in spi_transceive_buffer_wait()1172 data_to_send = tx_data[tx_pos++]; in spi_transceive_buffer_wait()1175 data_to_send |= (tx_data[tx_pos++] << 8); in spi_transceive_buffer_wait()
685 uint16_t tx_pos = 0; in usart_write_buffer_wait() local700 uint16_t data_to_send = tx_data[tx_pos++]; in usart_write_buffer_wait()704 data_to_send |= (tx_data[tx_pos++] << 8); in usart_write_buffer_wait()
Completed in 14 milliseconds