Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c192 uint32_t line_len; in cybt_fw_get_data() local
203 line_len = cybt_fw_hex_read_line(p_btfw_cb, &p_line_start, BTFW_MAX_STR_LEN); in cybt_fw_get_data()
204 if (line_len == 0) { in cybt_fw_get_data()
206 } else if (line_len > 9) { in cybt_fw_get_data()
209 assert(num_bytes * 2 + 8 + 2 + 1 == line_len); in cybt_fw_get_data()