Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h22 #define DEBUG_PIN0 BIT(DEBUG_PIN_IDX0) macro
53 #define DEBUG_PIN0 BIT(1) macro
66 #define DEBUG_PIN0 BIT(11) macro
79 #define DEBUG_PIN0 BIT(12) macro
94 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \
112 DEBUG_PORT->OUTSET = DEBUG_PIN0; \
113 DEBUG_PORT->OUTCLR = DEBUG_PIN0; \
115 DEBUG_PORT->OUTCLR = DEBUG_PIN0; \
116 DEBUG_PORT->OUTSET = DEBUG_PIN0; \