Searched refs:OFS_LIB_PASEL1 (Results 1 – 2 of 2) sorted by relevance
70 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()
110 #define OFS_LIB_PASEL1 ((uint32_t)&P1->SEL1 - (uint32_t)P1) macro