Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modem/
Dubx.h58 struct modem_ubx_script { struct
80 const struct modem_ubx_script *script; argument
152 int modem_ubx_run_script(struct modem_ubx *ubx, const struct modem_ubx_script *script);
/Zephyr-latest/subsys/modem/
Dmodem_ubx.c108 static void modem_ubx_script_init(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_script_init()
113 static int modem_ubx_run_script_helper(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_run_script_helper()
139 int modem_ubx_run_script(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_run_script()
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c74 struct modem_ubx_script script;
213 struct modem_ubx_script *modem_ubx_script_tx) in ubx_m8_modem_ubx_run_script()