|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One URC table entry. More...
Data Fields | |
| uint8_t | used |
| 1 if slot occupied. | |
| uint8_t | prefix [k_ra8_modem_at_max_prefix_len] |
| NUL-terminated prefix. | |
| ra8_modem_at_urc_fn_t | fn |
| Handler callback. | |
| void * | ctx |
| Opaque ctx for fn. | |
One URC table entry.
Definition at line 70 of file ra8_modem_at.c.
| void* ra8_modem_at_urc_slot_t::ctx |
Opaque ctx for fn.
Definition at line 74 of file ra8_modem_at.c.
| ra8_modem_at_urc_fn_t ra8_modem_at_urc_slot_t::fn |
Handler callback.
Definition at line 73 of file ra8_modem_at.c.
| uint8_t ra8_modem_at_urc_slot_t::prefix[k_ra8_modem_at_max_prefix_len] |
NUL-terminated prefix.
Definition at line 72 of file ra8_modem_at.c.
| uint8_t ra8_modem_at_urc_slot_t::used |
1 if slot occupied.
Definition at line 71 of file ra8_modem_at.c.