Lines Matching defs:flag
107 #define DEBUG_CPU_SLEEP(flag) gpio_pin_set(DEBUG0_PORT, DEBUG0_PIN, flag) argument
109 #define DEBUG_TICKER_ISR(flag) gpio_pin_set(DEBUG1_PORT, DEBUG1_PIN, flag) argument
111 #define DEBUG_TICKER_TASK(flag) gpio_pin_set(DEBUG1_PORT, DEBUG1_PIN, flag) argument
113 #define DEBUG_TICKER_JOB(flag) gpio_pin_set(DEBUG2_PORT, DEBUG2_PIN, flag) argument
115 #define DEBUG_RADIO_ISR(flag) gpio_pin_set(DEBUG7_PORT, DEBUG7_PIN, flag) argument
117 #define DEBUG_RADIO_XTAL(flag) gpio_pin_set(DEBUG8_PORT, DEBUG8_PIN, flag) argument
119 #define DEBUG_RADIO_ACTIVE(flag) gpio_pin_set(DEBUG9_PORT, DEBUG9_PIN, flag) argument
121 #define DEBUG_RADIO_CLOSE(flag) \ argument
131 #define DEBUG_RADIO_PREPARE_A(flag) \ argument
134 #define DEBUG_RADIO_START_A(flag) \ argument
137 #define DEBUG_RADIO_CLOSE_A(flag) \ argument
140 #define DEBUG_RADIO_PREPARE_S(flag) \ argument
143 #define DEBUG_RADIO_START_S(flag) \ argument
146 #define DEBUG_RADIO_CLOSE_S(flag) \ argument
149 #define DEBUG_RADIO_PREPARE_O(flag) \ argument
152 #define DEBUG_RADIO_START_O(flag) \ argument
155 #define DEBUG_RADIO_CLOSE_O(flag) \ argument
158 #define DEBUG_RADIO_PREPARE_M(flag) \ argument
161 #define DEBUG_RADIO_START_M(flag) \ argument
164 #define DEBUG_RADIO_CLOSE_M(flag) \ argument
170 #define DEBUG_CPU_SLEEP(flag) argument
171 #define DEBUG_TICKER_ISR(flag) argument
172 #define DEBUG_TICKER_TASK(flag) argument
173 #define DEBUG_TICKER_JOB(flag) argument
174 #define DEBUG_RADIO_ISR(flag) argument
175 #define DEBUG_RADIO_HCTO(flag) argument
176 #define DEBUG_RADIO_XTAL(flag) argument
177 #define DEBUG_RADIO_ACTIVE(flag) argument
178 #define DEBUG_RADIO_CLOSE(flag) argument
179 #define DEBUG_RADIO_PREPARE_A(flag) argument
180 #define DEBUG_RADIO_START_A(flag) argument
181 #define DEBUG_RADIO_CLOSE_A(flag) argument
182 #define DEBUG_RADIO_PREPARE_S(flag) argument
183 #define DEBUG_RADIO_START_S(flag) argument
184 #define DEBUG_RADIO_CLOSE_S(flag) argument
185 #define DEBUG_RADIO_PREPARE_O(flag) argument
186 #define DEBUG_RADIO_START_O(flag) argument
187 #define DEBUG_RADIO_CLOSE_O(flag) argument
188 #define DEBUG_RADIO_PREPARE_M(flag) argument
189 #define DEBUG_RADIO_START_M(flag) argument
190 #define DEBUG_RADIO_CLOSE_M(flag) argument