Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h186 #ifndef PIO_INSTANCE
188 #define PIO_INSTANCE(instance) ((pio_hw_t *)(PIO0_BASE + (instance) * (1u << 20))) macro
856 return PIO_INSTANCE(instance); in pio_get_instance()