Searched refs:modem_ubx (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/subsys/modem/ |
D | modem_ubx.c | 11 LOG_MODULE_REGISTER(modem_ubx, CONFIG_MODEM_MODULES_LOG_LEVEL); 61 static void modem_ubx_reset_received_ubx_preamble_sync_chars(struct modem_ubx *ubx) in modem_ubx_reset_received_ubx_preamble_sync_chars() 66 static void modem_ubx_reset_parser(struct modem_ubx *ubx) in modem_ubx_reset_parser() 108 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() 182 struct modem_ubx *ubx = (struct modem_ubx *)user_data; in modem_ubx_pipe_callback() 191 struct modem_ubx *ubx = CONTAINER_OF(item, struct modem_ubx, send_work); in modem_ubx_send_handler() 202 static int modem_ubx_process_received_ubx_frame(struct modem_ubx *ubx) in modem_ubx_process_received_ubx_frame() 227 static int modem_ubx_process_received_byte(struct modem_ubx *ubx, uint8_t byte) in modem_ubx_process_received_byte() [all …]
|
D | CMakeLists.txt | 14 zephyr_library_sources_ifdef(CONFIG_MODEM_UBX modem_ubx.c)
|
/Zephyr-Core-3.7.0/include/zephyr/modem/ |
D | ubx.h | 67 struct modem_ubx { struct 108 int modem_ubx_attach(struct modem_ubx *ubx, struct modem_pipe *pipe); argument 115 void modem_ubx_release(struct modem_ubx *ubx); 123 int modem_ubx_init(struct modem_ubx *ubx, const struct modem_ubx_config *config); 152 int modem_ubx_run_script(struct modem_ubx *ubx, const struct modem_ubx_script *script);
|
/Zephyr-Core-3.7.0/drivers/gnss/ |
D | gnss_u_blox_m10.c | 69 struct modem_ubx ubx;
|