Home
last modified time | relevance | path

Searched refs:currentPos (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp181 size_t currentPos = getMappedHSConfig(hostSelectorPosition); in pollGpioState() local
183 if (currentPos != INVALID_INDEX && currentPos != previousPos) in pollGpioState()
185 position(currentPos); in pollGpioState()
186 previousPos = currentPos; in pollGpioState()
187 lg2::info("Host selector position updated to {POS}", "POS", currentPos); in pollGpioState()