Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h29 #define DEBUG_PIN5 BIT(DEBUG_PIN_IDX5) macro
59 #define DEBUG_PIN5 BIT(6) macro
72 #define DEBUG_PIN5 BIT(16) macro
84 #define DEBUG_PIN5 BIT(17) macro
94 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
96 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
262 DEBUG_PORT->OUTCLR = DEBUG_PIN5; \
263 DEBUG_PORT->OUTSET = DEBUG_PIN5; \
265 DEBUG_PORT->OUTCLR = DEBUG_PIN5; \
266 DEBUG_PORT->OUTSET = DEBUG_PIN5; \
[all …]