Loading...
Searching...
No Matches
pio_isr_vec Struct Reference

PIO interrupt callbacks for FIFO interrupts. More...

Detailed Description

PIO interrupt callbacks for FIFO interrupts.

Definition at line 727 of file pio.h.

#include <pio.h>

Data Fields

void(* tx_ready )(pio_t pio, pio_sm_t sm)
 Called when Tx FIFO is not full.
 
void(* rx_ready )(pio_t pio, pio_sm_t sm)
 Called when Rx FIFO is not empty.
 

Field Documentation

◆ rx_ready

void(* pio_isr_vec::rx_ready) (pio_t pio, pio_sm_t sm)

Called when Rx FIFO is not empty.

Parameters
[in]pioPIO index
[in]smPIO state machine index

Definition at line 741 of file pio.h.

◆ tx_ready

void(* pio_isr_vec::tx_ready) (pio_t pio, pio_sm_t sm)

Called when Tx FIFO is not full.

Parameters
[in]pioPIO index
[in]smPIO state machine index

Definition at line 734 of file pio.h.


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