ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
modem_model_t Struct Reference

The modelled modem's whole state. More...

Data Fields

bool attached
 –modem armed the modem.
char cmd [k_modem_cmd_cap]
 Command-line accumulator.
uint32_t cmd_len
 Bytes buffered in cmd.
uint32_t answered
 Commands answered OK/URC.
uint32_t errors
 Commands answered +CME ERROR.

Detailed Description

The modelled modem's whole state.

Definition at line 88 of file board_periph_modem.c.

Field Documentation

◆ answered

uint32_t modem_model_t::answered

Commands answered OK/URC.

Definition at line 92 of file board_periph_modem.c.

◆ attached

bool modem_model_t::attached

–modem armed the modem.

Definition at line 89 of file board_periph_modem.c.

◆ cmd

char modem_model_t::cmd[k_modem_cmd_cap]

Command-line accumulator.

Definition at line 90 of file board_periph_modem.c.

◆ cmd_len

uint32_t modem_model_t::cmd_len

Bytes buffered in cmd.

Definition at line 91 of file board_periph_modem.c.

◆ errors

uint32_t modem_model_t::errors

Commands answered +CME ERROR.

Definition at line 93 of file board_periph_modem.c.


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