Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h23 #define DEBUG_PIN1 BIT(DEBUG_PIN_IDX1) macro
54 #define DEBUG_PIN1 BIT(2) macro
67 #define DEBUG_PIN1 BIT(12) macro
80 #define DEBUG_PIN1 BIT(13) macro
94 #define DEBUG_PIN_MASK (DEBUG_PIN0 | DEBUG_PIN1 | DEBUG_PIN2 | DEBUG_PIN3 | \
123 DEBUG_PORT->OUTCLR = DEBUG_PIN1; \
124 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
126 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
127 DEBUG_PORT->OUTCLR = DEBUG_PIN1; \
134 DEBUG_PORT->OUTCLR = DEBUG_PIN1; \
[all …]