Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_gpio/include/hardware/
A Dgpio.h879 #define DEBUG_PINS_ENABLED(p) (__selected_debug_pins == (p)) macro
888 #define DEBUG_PINS_ENABLED(p) (__debug_pin_settings<p>::enabled()) macro
890 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN…
891 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN…
892 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN…

Completed in 3 milliseconds