Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
modem_ubx Struct Reference

#include <ubx.h>

Data Fields

void * user_data
 
atomic_t attached
 
uint8_treceive_buf
 
uint16_t receive_buf_size
 
uint16_t receive_buf_offset
 
struct modem_ubx_scriptscript
 
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 
 

Field Documentation

◆ array

const struct modem_ubx_match* modem_ubx::array

◆ attached

atomic_t modem_ubx::attached

◆ pipe

struct modem_pipe* modem_ubx::pipe

◆ process_work

struct k_work modem_ubx::process_work

◆ receive_buf

uint8_t* modem_ubx::receive_buf

◆ receive_buf_offset

uint16_t modem_ubx::receive_buf_offset

◆ receive_buf_size

uint16_t modem_ubx::receive_buf_size

◆ script

struct modem_ubx_script* modem_ubx::script

◆ script_running_sem

struct k_sem modem_ubx::script_running_sem

◆ script_stopped_sem

struct k_sem modem_ubx::script_stopped_sem

◆ size

size_t modem_ubx::size

◆ [struct]

struct { ... } modem_ubx::unsol_matches

◆ user_data

void* modem_ubx::user_data

The documentation for this struct was generated from the following file: