SY8837_Demo_For_OurSelf/SY8837_Demo.si4project/SY8837_Demo.SearchResults

12 lines
842 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---- Vox_Ocp_Flag Matches (10 in 4 files) ----
WakeUp_Init_Set in sleep.c (UsrSrc\sleep) : if( Vox_Ocp_Flag )
LED_Display_App in userapp.c (UsrSrc\userapp) : if( NTC_Pro_Flag || ( Vox_Output_Short_Flag && !Vox_Ocp_Flag ) )
LED_Display_App in userapp.c (UsrSrc\userapp) : Vox_Ocp_Flag = 1;
SysTem_State_Machine in userapp.c (UsrSrc\userapp) : if( Vox_Ocp_Flag ) //Vox OCP 保护出休眠后需要将Vox设置为ADT模式。
SysTem_State_Machine in userapp.c (UsrSrc\userapp) : Vox_Ocp_Flag = 0;
vox_module.c (UsrSrc\vox) line 128 : bit Vox_Ocp_Flag = 0;
Vox_Det_Machine in vox_module.c (UsrSrc\vox) : Vox_Ocp_Flag = 0;
Vox_Det_Machine in vox_module.c (UsrSrc\vox) : if( !Vox_Ocp_Flag )
Vox_Det_Machine in vox_module.c (UsrSrc\vox) : Vox_Ocp_Flag = 0;
vox_module.h (UsrInc\vox) line 366 : extern bit Vox_Ocp_Flag;