Home
last modified time | relevance | path

Searched refs:timer7Count (Results 1 - 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_config.c70 static unsigned int timer7Count = LED_FLASHING_TIME; variable
1360 timer7Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1701 if (timer7Count == LAMP_FLASHING_TIME_RESET_0) { in Timer1Callback()
1702 timer7Count = LED_FLASHING_TIME; in Timer1Callback()
1723 timer7Count--; in Timer1Callback()
1724 TrafficLightTimer.Timer7Count = timer7Count; in Timer1Callback()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_config.c70 static unsigned int timer7Count = LED_FLASHING_TIME; variable
1388 timer7Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1729 if (timer7Count == LAMP_FLASHING_TIME_RESET_0) { in Timer1Callback()
1730 timer7Count = LED_FLASHING_TIME; in Timer1Callback()
1752 timer7Count--; in Timer1Callback()
1753 TrafficLightTimer.Timer7Count = timer7Count; in Timer1Callback()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_config.c70 static unsigned int timer7Count = LED_FLASHING_TIME; variable
1360 timer7Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1701 if (timer7Count == LAMP_FLASHING_TIME_RESET_0) { in Timer1Callback()
1702 timer7Count = LED_FLASHING_TIME; in Timer1Callback()
1723 timer7Count--; in Timer1Callback()
1724 TrafficLightTimer.Timer7Count = timer7Count; in Timer1Callback()

Completed in 7 milliseconds