Searched refs:OFS_LIB_PADS (Results 1 – 2 of 2) sorted by relevance
300 HWREG8(baseAddr + OFS_LIB_PADS) |= selectedPins; in GPIO_setDriveStrengthHigh()311 HWREG8(baseAddr + OFS_LIB_PADS) &= ~selectedPins; in GPIO_setDriveStrengthLow()
108 #define OFS_LIB_PADS ((uint32_t)&P1->DS - (uint32_t)P1) macro