Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h27 #define DEBUG_PIN5 BIT(DEBUG_PIN_IDX5) macro
58 #define DEBUG_PIN5 BIT(6) macro
71 #define DEBUG_PIN5 BIT(16) macro
84 #define DEBUG_PIN5 BIT(17) macro
95 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
97 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
263 DEBUG_PORT->OUTCLR = DEBUG_PIN5; \
264 DEBUG_PORT->OUTSET = DEBUG_PIN5; \
266 DEBUG_PORT->OUTCLR = DEBUG_PIN5; \
267 DEBUG_PORT->OUTSET = DEBUG_PIN5; \
[all …]