Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 1 of 1) sorted by relevance

/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c121 int tx_bytes; in hal_btstack_run_loop_execute_once() local
156 tx_bytes = tx_avail; in hal_btstack_run_loop_execute_once()
158 tx_bytes = bytes_to_write; in hal_btstack_run_loop_execute_once()
160 ret = UART_Write(MXC_UART_GET_UART(CC256X_UART_ID), tx_buffer_ptr, tx_bytes); in hal_btstack_run_loop_execute_once()
163 bytes_to_write -= tx_bytes; in hal_btstack_run_loop_execute_once()
164 tx_buffer_ptr += tx_bytes; in hal_btstack_run_loop_execute_once()