Home
last modified time | relevance | path

Searched refs:p_str_end (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.c149 const char *p_str_end = NULL; in cybt_fw_hex_read_line() local
156 p_str_end = strnchr(*p_line_start, len, '\n'); in cybt_fw_hex_read_line()
157 if (p_str_end == NULL) { in cybt_fw_hex_read_line()
161 str_len = (uint32_t)(p_str_end - *p_line_start); in cybt_fw_hex_read_line()