Home
last modified time | relevance | path

Searched refs:g_beepState (Results 1 – 5 of 5) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/beep_demo/
Dapp_demo_beep_control.c30 static int g_beepState = 1; variable
39 if (g_beepState) { in PWMBeepTask()
54 g_beepState = !g_beepState; in OnButtonPressed()
/vendor/hihope/Hi3861/pwmbeer_demo/
Dpwm_beer_demo.c32 static int g_beepState = 0; variable
43 if (g_beepState) { in PWMBeerTask()
57 g_beepState = !g_beepState; in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/pwmbeer_demo/
Dpwm_beer_demo.c32 static int g_beepState = 0; variable
41 if (g_beepState) { in PWMBeerTask()
54 g_beepState = !g_beepState; in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/trafficlight_demo/
Dtraffic_light_demo.c38 static int g_beepState = 0; variable
60 if (g_beepState) { in TrafficLightTask()
85 g_beepState = !g_beepState; in OnButtonPressed()
/vendor/hihope/Hi3861/trafficlight_demo/
Dtraffic_light_demo.c38 static int g_beepState = 0; variable
60 if (g_beepState) { in TrafficLightTask()
85 g_beepState = !g_beepState; in OnButtonPressed()