Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h28 #define DEBUG_PIN6 BIT(DEBUG_PIN_IDX6) macro
59 #define DEBUG_PIN6 BIT(7) macro
72 #define DEBUG_PIN6 BIT(17) macro
85 #define DEBUG_PIN6 BIT(18) macro
95 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
97 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
295 DEBUG_PORT->OUTCLR = DEBUG_PIN6; \
296 DEBUG_PORT->OUTSET = DEBUG_PIN6; \
298 DEBUG_PORT->OUTCLR = DEBUG_PIN6; \
299 DEBUG_PORT->OUTSET = DEBUG_PIN6; \
[all …]