Searched refs:max_bytes_to_send (Results 1 – 2 of 2) sorted by relevance
297 uint16_t max_bytes_to_send; in hal_spi_em9304_process() local362 max_bytes_to_send = hal_spi_em9304_slave_status[1]; in hal_spi_em9304_process()363 if ((hal_spi_em9304_slave_status[0] != STS_SLAVE_READY) || (max_bytes_to_send == 0)){ in hal_spi_em9304_process()371 hal_spi_em9304_tx_request_len = btstack_min(hal_uart_dma_tx_size, max_bytes_to_send); in hal_spi_em9304_process()
213 uint16_t max_bytes_to_send; in em9304_spi_engine_run() local273 max_bytes_to_send = sStas.bytes[0]; in em9304_spi_engine_run()274 if (max_bytes_to_send == 0u){ in em9304_spi_engine_run()283 … em9304_spi_engine_tx_request_len = btstack_min(em9304_spi_engine_tx_size, max_bytes_to_send); in em9304_spi_engine_run()