Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h93 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \ macro
104 DEBUG_PORT->DIRSET = DEBUG_PIN_MASK; \
105 DEBUG_PORT->OUTCLR = DEBUG_PIN_MASK; \