Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c282 volatile size_t expectedlength = 0; in cybt_debug_rx_task() local
293 expectedlength = ( phase == DATA_PHASE ) ? ( data_counter ) : ( WICED_HDR_SZ ); in cybt_debug_rx_task()
299 cyhal_uart_read_async(&cy_trans_uart.hal_obj, wiced_rx_cmd + head, expectedlength); in cybt_debug_rx_task()
305 if (numAvailable >= expectedlength) in cybt_debug_rx_task()
307 … cyhal_uart_read(&cy_trans_uart.hal_obj, wiced_rx_cmd + head, (size_t *)&expectedlength); in cybt_debug_rx_task()
308 numAvailable -= expectedlength; in cybt_debug_rx_task()
313 … cyhal_uart_read_async(&cy_trans_uart.hal_obj, wiced_rx_cmd + head, expectedlength); in cybt_debug_rx_task()
338 data_counter -= expectedlength; in cybt_debug_rx_task()
339 head += expectedlength; in cybt_debug_rx_task()