Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c197 uint_fast16_t inputPinValue; in GPIO_getInputPinValue() local
200 inputPinValue = HWREG16(baseAddress + OFS_LIB_PAIN) & (selectedPins); in GPIO_getInputPinValue()
202 if (inputPinValue > 0) in GPIO_getInputPinValue()