Searched refs:OFS_LIB_PAREN (Results 1 – 2 of 2) sorted by relevance
82 HWREG16(baseAddress + OFS_LIB_PAREN) &= ~selectedPins; in GPIO_setAsInputPin()175 HWREG16(baseAddress + OFS_LIB_PAREN) |= selectedPins; in GPIO_setAsInputPinWithPullDownResistor()189 HWREG16(baseAddress + OFS_LIB_PAREN) |= selectedPins; in GPIO_setAsInputPinWithPullUpResistor()
107 #define OFS_LIB_PAREN ((uint32_t)&P1->REN - (uint32_t)P1) macro