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

Per-IRQ-event-line callback slot. More...

Data Fields

ra8_ipc_irq_fn_t fn
 User callback (NULL = unused).
void * ctx
 Opaque context handed back to fn.

Detailed Description

Per-IRQ-event-line callback slot.

Definition at line 63 of file ra8_ipc.c.

Field Documentation

◆ ctx

void* ra8_ipc_irq_slot_t::ctx

Opaque context handed back to fn.

Definition at line 65 of file ra8_ipc.c.

Referenced by internal_ra8_ipc_dispatch_irq_lines(), ra8_ipc_attach_event_handler(), ra8_ipc_deinit(), and ra8_ipc_init().

◆ fn

ra8_ipc_irq_fn_t ra8_ipc_irq_slot_t::fn

User callback (NULL = unused).

Definition at line 64 of file ra8_ipc.c.

Referenced by internal_ra8_ipc_dispatch_irq_lines(), ra8_ipc_attach_event_handler(), ra8_ipc_deinit(), and ra8_ipc_init().


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