Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h25 #define DEBUG_PIN3 BIT(DEBUG_PIN_IDX3) macro
56 #define DEBUG_PIN3 BIT(4) macro
69 #define DEBUG_PIN3 BIT(14) macro
82 #define DEBUG_PIN3 BIT(15) macro
94 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \
97 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
199 DEBUG_PORT->OUTCLR = DEBUG_PIN3; \
200 DEBUG_PORT->OUTSET = DEBUG_PIN3; \
202 DEBUG_PORT->OUTCLR = DEBUG_PIN3; \
203 DEBUG_PORT->OUTSET = DEBUG_PIN3; \
[all …]