|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Configuration handed to ra8_modem_at_init. More...
#include <ra8_modem_at.h>
Data Fields | |
| ra8_modem_at_io_t | io |
| Byte transport (must be fully populated). | |
| uint8_t * | line_buf |
| Caller-owned line accumulator buffer. | |
| uint16_t | line_buf_len |
| Bytes in line_buf (>= 16). | |
| uint16_t | default_timeout_ms |
| 0 means use compiled default. | |
Configuration handed to ra8_modem_at_init.
Definition at line 154 of file ra8_modem_at.h.
| uint16_t ra8_modem_at_cfg_t::default_timeout_ms |
0 means use compiled default.
Definition at line 158 of file ra8_modem_at.h.
| ra8_modem_at_io_t ra8_modem_at_cfg_t::io |
Byte transport (must be fully populated).
Definition at line 155 of file ra8_modem_at.h.
Referenced by internal_validate_init_cfg().
| uint8_t* ra8_modem_at_cfg_t::line_buf |
Caller-owned line accumulator buffer.
Definition at line 156 of file ra8_modem_at.h.
Referenced by internal_validate_init_cfg().
| uint16_t ra8_modem_at_cfg_t::line_buf_len |
Bytes in line_buf (>= 16).
Definition at line 157 of file ra8_modem_at.h.
Referenced by internal_validate_init_cfg().