Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_gpio/include/hardware/
A Dgpio.h866 #ifndef PICO_DEBUG_PIN_BASE
867 #define PICO_DEBUG_PIN_BASE 19u macro
890 …e DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
891 …e DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
892 …e DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN_BASE)
/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c230 #define DEBUG_PIN_MASK (((1u << PICO_DEBUG_PIN_COUNT)-1) << PICO_DEBUG_PIN_BASE)

Completed in 5 milliseconds