Searched refs:DEBUG_PIN0 (Results 1 – 1 of 1) sorted by relevance
22 #define DEBUG_PIN0 BIT(DEBUG_PIN_IDX0) macro53 #define DEBUG_PIN0 BIT(1) macro66 #define DEBUG_PIN0 BIT(11) macro79 #define DEBUG_PIN0 BIT(12) macro94 #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; \