|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One scripted (command -> response) pair. More...
Data Fields | |
| const char * | cmd |
| AT command WITHOUT the trailing CR. | |
| const char * | resp |
| Bytes the modem returns (CRLF-framed). | |
One scripted (command -> response) pair.
Definition at line 55 of file board_periph_modem.c.
| const char* modem_reply_t::cmd |
AT command WITHOUT the trailing CR.
Definition at line 56 of file board_periph_modem.c.
| const char* modem_reply_t::resp |
Bytes the modem returns (CRLF-framed).
Definition at line 57 of file board_periph_modem.c.