Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h24 #define DEBUG_PIN2 BIT(DEBUG_PIN_IDX2) macro
55 #define DEBUG_PIN2 BIT(3) macro
68 #define DEBUG_PIN2 BIT(13) macro
81 #define DEBUG_PIN2 BIT(14) macro
94 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \
145 DEBUG_PORT->OUTCLR = DEBUG_PIN2; \
146 DEBUG_PORT->OUTSET = DEBUG_PIN2; \
148 DEBUG_PORT->OUTSET = DEBUG_PIN2; \
149 DEBUG_PORT->OUTCLR = DEBUG_PIN2; \