Searched refs:OFS_LIB_PASEL0 (Results 1 – 2 of 2) sorted by relevance
69 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsOutputPin()79 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsInputPin()96 HWREG16(baseAddress + OFS_LIB_PASEL0) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()100 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()104 HWREG16(baseAddress + OFS_LIB_PASEL0) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionOutputPin()120 HWREG16(baseAddress + OFS_LIB_PASEL0) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()124 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()128 HWREG16(baseAddress + OFS_LIB_PASEL0) |= selectedPins; in GPIO_setAsPeripheralModuleFunctionInputPin()171 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsInputPinWithPullDownResistor()186 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsInputPinWithPullUpResistor()
109 #define OFS_LIB_PASEL0 ((uint32_t)&P1->SEL0 - (uint32_t)P1) macro