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

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.

Detailed Description

One URC table entry.

Definition at line 70 of file ra8_modem_at.c.

Field Documentation

◆ ctx

void* ra8_modem_at_urc_slot_t::ctx

Opaque ctx for fn.

Definition at line 74 of file ra8_modem_at.c.

◆ fn

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.

◆ prefix

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.

◆ used

uint8_t ra8_modem_at_urc_slot_t::used

1 if slot occupied.

Definition at line 71 of file ra8_modem_at.c.


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