Searched refs:activeLowIt (Results 1 – 1 of 1) sorted by relevance
358 auto activeLowIt = element.find("active_low"); in parseGPIO() local359 if (activeLowIt != element.end()) in parseGPIO()361 activeLow = parseBoolean(*activeLowIt, variables); in parseGPIO()