Searched defs:__LED (Results 1 – 3 of 3) sorted by relevance
360 #define __LED(x) (pdatc = (pdatc & ~0x07) | (~(x) & 0x07)) in initarm() macro
419 #define __LED(x) (pdatf = (pdatf & ~0xf0) | (~(x) & 0xf0)) in initarm() macro
460 #define __LED(x) (pdatb = (pdatb & ~0x1e0) | (~(1<<(x+5)) & 0x1e0)) in initarm() macro