Loading...
Searching...
No Matches
pio_isr_sm_vec Struct Reference

PIO state machine interrupt callbacks for state machine interrupts. More...

Detailed Description

PIO state machine interrupt callbacks for state machine interrupts.

Definition at line 747 of file pio.h.

#include <pio.h>

Data Fields

void(* sm )(pio_t pio, unsigned irq)
 Called when any SM issues an interrupt [0-3].
 

Field Documentation

◆ sm

void(* pio_isr_sm_vec::sm) (pio_t pio, unsigned irq)

Called when any SM issues an interrupt [0-3].

Parameters
[in]pioPIO index
[in]irqIRQ index [0-3]

Definition at line 754 of file pio.h.


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