Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h26 #define DEBUG_PIN4 BIT(DEBUG_PIN_IDX4) macro
57 #define DEBUG_PIN4 BIT(5) macro
70 #define DEBUG_PIN4 BIT(15) macro
83 #define DEBUG_PIN4 BIT(16) macro
95 DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6 | DEBUG_PIN7 | \
97 #define DEBUG_CLOSE_MASK (DEBUG_PIN3 | DEBUG_PIN4 | DEBUG_PIN5 | DEBUG_PIN6)
231 DEBUG_PORT->OUTCLR = DEBUG_PIN4; \
232 DEBUG_PORT->OUTSET = DEBUG_PIN4; \
234 DEBUG_PORT->OUTCLR = DEBUG_PIN4; \
235 DEBUG_PORT->OUTSET = DEBUG_PIN4; \
[all …]