Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_config.c83 static unsigned int humanGreenFlashCount = LED_FLASHING_TIME; variable
1369 humanGreenFlashCount = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1913 if (humanGreenFlashCount == LAMP_FLASHING_TIME_RESET_0) { in Timer5Callback()
1914 humanGreenFlashCount = LED_FLASHING_TIME; in Timer5Callback()
1945 humanGreenFlashCount--; in Timer5Callback()
1946 TrafficLightTimer.Timer5Count = humanGreenFlashCount; in Timer5Callback()
1947 printf("humanGreenFlashCount = %d\r\n", TrafficLightTimer.Timer5Count); in Timer5Callback()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_config.c83 static unsigned int humanGreenFlashCount = LED_FLASHING_TIME; variable
1397 humanGreenFlashCount = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1949 if (humanGreenFlashCount == LAMP_FLASHING_TIME_RESET_0) { in Timer5Callback()
1950 humanGreenFlashCount = LED_FLASHING_TIME; in Timer5Callback()
1982 humanGreenFlashCount--; in Timer5Callback()
1983 TrafficLightTimer.Timer5Count = humanGreenFlashCount; in Timer5Callback()
1984 printf("humanGreenFlashCount = %d\r\n", TrafficLightTimer.Timer5Count); in Timer5Callback()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_config.c83 static unsigned int humanGreenFlashCount = LED_FLASHING_TIME; variable
1369 humanGreenFlashCount = SetTimeCount(LED_FLASHING_TIME); in AutoModeCountReset()
1913 if (humanGreenFlashCount == LAMP_FLASHING_TIME_RESET_0) { in Timer5Callback()
1914 humanGreenFlashCount = LED_FLASHING_TIME; in Timer5Callback()
1945 humanGreenFlashCount--; in Timer5Callback()
1946 TrafficLightTimer.Timer5Count = humanGreenFlashCount; in Timer5Callback()
1947 printf("humanGreenFlashCount = %d\r\n", TrafficLightTimer.Timer5Count); in Timer5Callback()

Completed in 8 milliseconds