Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.h104 #define OFS_LIB_PAIN ((uint32_t)&P1->IN - (uint32_t)P1) macro
Dgpio.c200 inputPinValue = HWREG16(baseAddress + OFS_LIB_PAIN) & (selectedPins); in GPIO_getInputPinValue()