Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c70 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsOutputPin()
80 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsInputPin()
97 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()
101 HWREG16(baseAddress + OFS_LIB_PASEL1) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()
105 HWREG16(baseAddress + OFS_LIB_PASEL1) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()
121 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()
125 HWREG16(baseAddress + OFS_LIB_PASEL1) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()
129 HWREG16(baseAddress + OFS_LIB_PASEL1) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()
172 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsInputPinWithPullDownResistor()
187 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsInputPinWithPullUpResistor()
Dgpio.h110 #define OFS_LIB_PASEL1 ((uint32_t)&P1->SEL1 - (uint32_t)P1) macro