Home
last modified time | relevance | path

Searched refs:PIO_DREQ_NUM (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h212 #ifndef PIO_DREQ_NUM
218 #define PIO_DREQ_NUM(pio, sm, is_tx) ((sm) + (((is_tx) ? 0 : NUM_PIO_STATE_MACHINES) + PIO_NUM(pio)… macro
887 return PIO_DREQ_NUM(pio, sm, is_tx); in pio_get_dreq()