7 lines
463 B
Plaintext
7 lines
463 B
Plaintext
---- P10 Matches (6 in 3 files) ----
|
|
led.h (UsrInc\led) line 195 : #define PIN1_L() do{SFRADDR = P1_OE;SFRDATA |= 0x01;P10 = 0;}while(0) //Set P10 output low Enable.
|
|
led.h (UsrInc\led) line 196 : #define PIN1_H() do{SFRADDR = P1_OE;SFRDATA |= 0x01;P10 = 1;}while(0) //Set P10 output high Enable.
|
|
reg3310.h (UsrInc\inc) line 274 : sbit P10 = P1^0;
|
|
System_Init in system.c (UsrSrc\system) : P10 = 0;
|
|
EX6_isr in system.c (UsrSrc\system) : P10 = !P10;
|