Lines Matching refs:the_uart_driver
71 static const btstack_uart_block_t * the_uart_driver; variable
81 the_uart_driver->set_block_received(&da145xx_w4_stx); in da145xx_start()
82 the_uart_driver->receive_block(&response_buffer[0], 1); in da145xx_start()
94 the_uart_driver->set_block_sent(da145xx_w4_command_sent); in da145xx_w4_stx()
95 the_uart_driver->send_block(command_buffer, 3); in da145xx_w4_stx()
99 the_uart_driver->receive_block(&response_buffer[0], 1); in da145xx_w4_stx()
107 the_uart_driver->set_block_received(&da145xx_w4_ack); in da145xx_w4_command_sent()
108 the_uart_driver->receive_block(&response_buffer[0], 1); in da145xx_w4_command_sent()
118 the_uart_driver->set_block_sent(da145xx_w4_fw_sent); in da145xx_w4_ack()
119 the_uart_driver->send_block(chipset_fw_data, chipset_fw_size); in da145xx_w4_ack()
123 the_uart_driver->close(); in da145xx_w4_ack()
133 the_uart_driver->close(); in da145xx_w4_ack()
143 the_uart_driver->set_block_received(&da145xx_w4_crc); in da145xx_w4_fw_sent()
144 the_uart_driver->receive_block(&response_buffer[0], 1); in da145xx_w4_fw_sent()
166 the_uart_driver->set_block_sent(&da145xx_w4_final_ack_sent); in da145xx_w4_crc()
167 the_uart_driver->send_block(command_buffer, 1); in da145xx_w4_crc()
176 the_uart_driver = uart_driver; in btstack_chipset_da145xx_download_firmware_with_uart()
181 int res = the_uart_driver->open(); in btstack_chipset_da145xx_download_firmware_with_uart()