Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h162 #define DEBUG_PINS_SET(p, v) ((void)0) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1431 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… macro