Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h153 #ifndef PICO_DEBUG_PIN_BASE
154 #define PICO_DEBUG_PIN_BASE 19u macro
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1407 #ifndef PICO_DEBUG_PIN_BASE
1408 #define PICO_DEBUG_PIN_BASE 19u macro
1431 …e DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
1432 …e DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
1433 …e DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c269 #define DEBUG_PIN_MASK (((1u << PICO_DEBUG_PIN_COUNT)-1) << PICO_DEBUG_PIN_BASE)