Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h31 #define DEBUG_PIN7 BIT(DEBUG_PIN_IDX7) macro
61 #define DEBUG_PIN7 BIT(8) macro
74 #define DEBUG_PIN7 BIT(18) macro
86 #define DEBUG_PIN7 BIT(19) macro
94 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
155 DEBUG_PORT->OUTCLR = DEBUG_PIN7; \
156 DEBUG_PORT->OUTSET = DEBUG_PIN7; \
158 DEBUG_PORT->OUTSET = DEBUG_PIN7; \
159 DEBUG_PORT->OUTCLR = DEBUG_PIN7; \