led_c              45 platform/a1000/lib.c         struct led_control led_c; 
led_c              57 platform/a1000/lib.c         led_c.led_num=convert_table[led%11]; 
led_c              58 platform/a1000/lib.c         led_c.action=state<=1 ? !state : state; 
led_c              59 platform/a1000/lib.c         led_c.brightness=bright; 
led_c              60 platform/a1000/lib.c         led_c.blink_count=255; 
led_c              61 platform/a1000/lib.c         _PostLEDMessage(&led_c); 
led_c              58 platform/a2000/lib.c         struct led_control led_c; 
led_c              70 platform/a2000/lib.c         led_c.led_num=convert_table[led%11]; 
led_c              71 platform/a2000/lib.c         led_c.action=state<=1 ? !state : state; 
led_c              72 platform/a2000/lib.c         led_c.brightness=bright; 
led_c              73 platform/a2000/lib.c         led_c.blink_count=255; 
led_c              74 platform/a2000/lib.c         _PostLEDMessage(&led_c); 
led_c              21 platform/a700/wrappers.c  struct led_control led_c;
led_c              24 platform/a700/wrappers.c  led_c.led_num=convert_table[led%11];
led_c              25 platform/a700/wrappers.c  led_c.action=state<=1 ? !state : state;
led_c              26 platform/a700/wrappers.c  led_c.brightness=bright;
led_c              27 platform/a700/wrappers.c  led_c.blink_count=255;
led_c              28 platform/a700/wrappers.c  _PostLEDMessage(&led_c);
led_c              20 platform/a710/wrappers.c  struct led_control led_c;
led_c              23 platform/a710/wrappers.c  led_c.led_num=convert_table[led%11];
led_c              24 platform/a710/wrappers.c  led_c.action=state<=1 ? !state : state;
led_c              25 platform/a710/wrappers.c  led_c.brightness=bright;
led_c              26 platform/a710/wrappers.c  led_c.blink_count=255;
led_c              27 platform/a710/wrappers.c  _PostLEDMessage(&led_c);
led_c              22 platform/a720/wrappers.c         struct led_control led_c; 
led_c              34 platform/a720/wrappers.c         led_c.led_num=convert_table[led%11]; 
led_c              35 platform/a720/wrappers.c         led_c.action=state<=1 ? !state : state; 
led_c              36 platform/a720/wrappers.c         led_c.brightness=bright; 
led_c              37 platform/a720/wrappers.c         led_c.blink_count=255; 
led_c              38 platform/a720/wrappers.c         _PostLEDMessage(&led_c); 
led_c              21 platform/g9/wrappers.c         struct led_control led_c; 
led_c              33 platform/g9/wrappers.c         led_c.led_num=convert_table[led%11]; 
led_c              34 platform/g9/wrappers.c         led_c.action=state<=1 ? !state : state; 
led_c              35 platform/g9/wrappers.c         led_c.brightness=bright; 
led_c              36 platform/g9/wrappers.c         led_c.blink_count=255; 
led_c              37 platform/g9/wrappers.c         _PostLEDMessage(&led_c); 
led_c              48 platform/s80/lib.c  struct led_control led_c;
led_c              50 platform/s80/lib.c  led_c.led_num=led%16;
led_c              51 platform/s80/lib.c  led_c.action=state<=1 ? !state : state;
led_c              52 platform/s80/lib.c  led_c.brightness=bright;
led_c              53 platform/s80/lib.c  led_c.blink_count=255;
led_c              54 platform/s80/lib.c  _PostLEDMessage(&led_c);
led_c              22 platform/sx100is/wrappers.c         struct led_control led_c; 
led_c              36 platform/sx100is/wrappers.c         led_c.led_num=convert_table[led%11]; 
led_c              37 platform/sx100is/wrappers.c         led_c.action=state<=1 ? !state : state; 
led_c              38 platform/sx100is/wrappers.c         led_c.brightness=bright; 
led_c              39 platform/sx100is/wrappers.c         led_c.blink_count=255; 
led_c              40 platform/sx100is/wrappers.c         _PostLEDMessage(&led_c);