Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c82 HWREG16(baseAddress + OFS_LIB_PAREN) &= ~selectedPins; in GPIO_setAsInputPin()
175 HWREG16(baseAddress + OFS_LIB_PAREN) |= selectedPins; in GPIO_setAsInputPinWithPullDownResistor()
189 HWREG16(baseAddress + OFS_LIB_PAREN) |= selectedPins; in GPIO_setAsInputPinWithPullUpResistor()
Dgpio.h107 #define OFS_LIB_PAREN ((uint32_t)&P1->REN - (uint32_t)P1) macro