Searched refs:OFS_LIB_PAOUT (Results 1 – 2 of 2) sorted by relevance
141 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()
105 #define OFS_LIB_PAOUT ((uint32_t)&P1->OUT - (uint32_t)P1) macro