|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One entry in the multi-subscriber dispatch table. More...
Data Fields | |
| ra8_wdt_event_fn_t | fn |
| Subscriber callback or nullptr if slot is free. | |
| void * | ctx |
| Opaque pointer forwarded to fn. | |
One entry in the multi-subscriber dispatch table.
fn == nullptr marks a free slot. The driver linearly scans the table – with k_ra8_wdt_max_subs == 6 that is well within the NMI-handler latency budget.
| ra8_wdt_event_fn_t ra8_wdt_sub_t::fn |