Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c141 HWREG16(baseAddress + OFS_LIB_PAOUT) |= selectedPins; in GPIO_setOutputHighOnPin()
151 HWREG16(baseAddress + OFS_LIB_PAOUT) &= ~selectedPins; in GPIO_setOutputLowOnPin()
161 HWREG16(baseAddress + OFS_LIB_PAOUT) ^= selectedPins; in GPIO_toggleOutputOnPin()
176 HWREG16(baseAddress + OFS_LIB_PAOUT) &= ~selectedPins; in GPIO_setAsInputPinWithPullDownResistor()
190 HWREG16(baseAddress + OFS_LIB_PAOUT) |= selectedPins; in GPIO_setAsInputPinWithPullUpResistor()
Dgpio.h105 #define OFS_LIB_PAOUT ((uint32_t)&P1->OUT - (uint32_t)P1) macro