Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gnss/
Dgnss_quectel_lcx6g.c64 uint8_t pair_match_buf[32]; member
154 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_configure_pps()
160 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_configure_pps()
331 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_fix_rate()
337 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_fix_rate()
387 strncpy(data->pair_match_buf, "$PAIR051,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_fix_rate()
388 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_get_fix_rate()
445 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_navigation_mode()
451 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_navigation_mode()
518 strncpy(data->pair_match_buf, "$PAIR081,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_navigation_mode()
[all …]