|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
The modelled modem's whole state.
Definition at line 88 of file board_periph_modem.c.
| uint32_t modem_model_t::answered |
Commands answered OK/URC.
Definition at line 92 of file board_periph_modem.c.
| bool modem_model_t::attached |
–modem armed the modem.
Definition at line 89 of file board_periph_modem.c.
| char modem_model_t::cmd[k_modem_cmd_cap] |
Command-line accumulator.
Definition at line 90 of file board_periph_modem.c.
| uint32_t modem_model_t::cmd_len |
Bytes buffered in cmd.
Definition at line 91 of file board_periph_modem.c.
| uint32_t modem_model_t::errors |
Commands answered +CME ERROR.
Definition at line 93 of file board_periph_modem.c.