Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h27 #define DEBUG_PIN3 BIT(DEBUG_PIN_IDX3) macro
57 #define DEBUG_PIN3 BIT(4) macro
70 #define DEBUG_PIN3 BIT(14) macro
82 #define DEBUG_PIN3 BIT(15) macro
93 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \
96 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
198 DEBUG_PORT->OUTCLR = DEBUG_PIN3; \
199 DEBUG_PORT->OUTSET = DEBUG_PIN3; \
201 DEBUG_PORT->OUTCLR = DEBUG_PIN3; \
202 DEBUG_PORT->OUTSET = DEBUG_PIN3; \
[all …]