Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modem/
Dubx.h108 int modem_ubx_attach(struct modem_ubx *ubx, struct modem_pipe *pipe);
/Zephyr-latest/subsys/modem/
Dmodem_ubx.c284 int modem_ubx_attach(struct modem_ubx *ubx, struct modem_pipe *pipe) in modem_ubx_attach() function
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c199 ret = modem_ubx_attach(&data->ubx, data->uart_pipe); in ubx_m8_modem_module_change()