Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Daddressmap.h74 #define PIO0_BASE _u(0x50200000) macro
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpio.h338 #define pio0_hw ((pio_hw_t *)PIO0_BASE)
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpio.h374 #define pio0_hw ((pio_hw_t *)PIO0_BASE)
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Daddressmap.h99 #define PIO0_BASE _u(0x50200000) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h174 static_assert(PIO1_BASE - PIO0_BASE == (1u << 20), "hardware layout mismatch");
175 #define PIO_NUM(pio) (((uintptr_t)(pio) - PIO0_BASE) >> 20)
187 static_assert(PIO1_BASE - PIO0_BASE == (1u << 20), "hardware layout mismatch");
188 #define PIO_INSTANCE(instance) ((pio_hw_t *)(PIO0_BASE + (instance) * (1u << 20)))
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2040/Include/
DRP2040.h2602 #define PIO0_BASE 0x50200000UL macro
2651 #define PIO0 ((PIO0_Type*) PIO0_BASE)
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/
DRP2350.h5973 #define PIO0_BASE 0x50200000UL macro
6039 #define PIO0 ((PIO0_Type*) PIO0_BASE)