20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
---- LED_On_Flag Matches (18 in 6 files) ----
|
|
Charger_Handler in charger_module.c (UsrSrc\charger) : LED_On_Flag = 1;
|
|
Hall_Handler in hall.c (UsrSrc\hall) : LED_On_Flag = 1;
|
|
Key_Handler in key.c (UsrSrc\key) : LED_On_Flag = 1;
|
|
userapp.c (UsrSrc\userapp) line 53 : bit LED_On_Flag = 0;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : static bit LED_On_Flag1;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : if( LED_On_Flag )
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag = 0;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : if( !LED_On_Flag1 )
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag1 = 1;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag = 1;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : if( LED_On_Flag1 )
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag1 = 0;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag = 1;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag = 1;
|
|
LED_Display_App in userapp.c (UsrSrc\userapp) : LED_On_Flag = 1; //清LED显示
|
|
userapp.h (UsrInc\userapp) line 65 : extern bit LED_On_Flag;
|
|
Vox_Det_Machine in vox_module.c (UsrSrc\vox) : LED_On_Flag = 1;
|
|
Vox_Det_Machine in vox_module.c (UsrSrc\vox) : LED_On_Flag = 1;
|