Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h30 #define DEBUG_PIN6 BIT(DEBUG_PIN_IDX6) macro
60 #define DEBUG_PIN6 BIT(7) macro
73 #define DEBUG_PIN6 BIT(17) macro
85 #define DEBUG_PIN6 BIT(18) macro
94 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
96 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
294 DEBUG_PORT->OUTCLR = DEBUG_PIN6; \
295 DEBUG_PORT->OUTSET = DEBUG_PIN6; \
297 DEBUG_PORT->OUTCLR = DEBUG_PIN6; \
298 DEBUG_PORT->OUTSET = DEBUG_PIN6; \
[all …]