Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
#include <ubx.h>
Data Fields | |
void * | user_data |
atomic_t | attached |
uint8_t * | receive_buf |
uint16_t | receive_buf_size |
uint16_t | receive_buf_offset |
struct modem_ubx_script * | script |
struct modem_pipe * | pipe |
struct k_work | process_work |
struct k_sem | script_stopped_sem |
struct k_sem | script_running_sem |
struct { | |
const struct modem_ubx_match * array | |
size_t size | |
} | unsol_matches |
const struct modem_ubx_match* modem_ubx::array |
atomic_t modem_ubx::attached |
struct modem_pipe* modem_ubx::pipe |
struct k_work modem_ubx::process_work |
uint8_t* modem_ubx::receive_buf |
uint16_t modem_ubx::receive_buf_offset |
uint16_t modem_ubx::receive_buf_size |
struct modem_ubx_script* modem_ubx::script |
struct k_sem modem_ubx::script_running_sem |
struct k_sem modem_ubx::script_stopped_sem |
size_t modem_ubx::size |
struct { ... } modem_ubx::unsol_matches |
void* modem_ubx::user_data |