Searched refs:pdatc (Results 1 – 2 of 2) sorted by relevance
306 volatile int *pdatc = (volatile int *)310 int v = *pdatc & ~0x07;313 *pdatc = v | 2;316 *pdatc = v | 3;318 *pdatc = v | 2;320 *pdatc = v;
359 #define pdatc gpio8(GPIO_PDATC) in initarm() macro360 #define __LED(x) (pdatc = (pdatc & ~0x07) | (~(x) & 0x07)) in initarm()