Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/src/
H A Dgpio.cpp33 std::unordered_map<GpioPolarity, GPIOBufferValue> GpioValueMap = { variable
43 writeBuffer = GpioValueMap[polarity].assert; in setGpioState()
47 writeBuffer = GpioValueMap[polarity].deassert; in setGpioState()
80 GpioState gpioState = (readBuffer == GpioValueMap[polarity].assert) in getGpioState()