Searched refs:NUM_OF_LEDS (Results 1 – 2 of 2) sorted by relevance
461 UCHAR GPIO_Array[NUM_OF_LEDS+1]; /*Array to store GPIO numbers from EEPROM*/ in ReadConfigFileStructure()466 memset(GPIO_Array, DISABLE_GPIO_NUM, NUM_OF_LEDS+1); in ReadConfigFileStructure()500 for(uiIndex = 0; uiIndex < NUM_OF_LEDS; uiIndex++) in ReadConfigFileStructure()513 if(bData <= NUM_OF_LEDS) in ReadConfigFileStructure()528 for(uiIndex = 0; uiIndex<NUM_OF_LEDS; uiIndex++) in ReadConfigFileStructure()535 if(uiNum_of_LED_Type >= NUM_OF_LEDS) in ReadConfigFileStructure()561 for(uiIndex = 0; uiIndex < NUM_OF_LEDS; uiIndex++) in LedGpioInit()581 for(uiIndex = 0; uiIndex < NUM_OF_LEDS; uiIndex++) in BcmGetGPIOPinInfo()765 for(uiIndex =0; uiIndex < NUM_OF_LEDS; uiIndex++) in LEDControlThread()793 for(uiIndex = 0; uiIndex < NUM_OF_LEDS; uiIndex++) in LEDControlThread()[all …]
5 #define NUM_OF_LEDS 4 macro87 LEDStateInfo LEDState[NUM_OF_LEDS];