Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_config.c75 static unsigned int timer3Count = LED_FLASHING_TIME; variable
1384 timer3Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1834 if (timer3Count == LAMP_FLASHING_TIME_RESET_0) { in Timer3Callback()
1835 timer3Count = LED_FLASHING_TIME; in Timer3Callback()
1854 timer3Count--; in Timer3Callback()
1855 TrafficLightTimer.Timer3Count = timer3Count; in Timer3Callback()
1856 trafficStaType.g_yellowLedAutoModuTimeCount = timer3Count; in Timer3Callback()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_config.c75 static unsigned int timer3Count = LED_FLASHING_TIME; variable
1356 timer3Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1802 if (timer3Count == LAMP_FLASHING_TIME_RESET_0) { in Timer3Callback()
1803 timer3Count = LED_FLASHING_TIME; in Timer3Callback()
1822 timer3Count--; in Timer3Callback()
1823 TrafficLightTimer.Timer3Count = timer3Count; in Timer3Callback()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_config.c75 static unsigned int timer3Count = LED_FLASHING_TIME; variable
1356 timer3Count = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1802 if (timer3Count == LAMP_FLASHING_TIME_RESET_0) { in Timer3Callback()
1803 timer3Count = LED_FLASHING_TIME; in Timer3Callback()
1822 timer3Count--; in Timer3Callback()
1823 TrafficLightTimer.Timer3Count = timer3Count; in Timer3Callback()

Completed in 8 milliseconds