Home
last modified time | relevance | path

Searched refs:OFS_LIB_PADS (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c300 HWREG8(baseAddr + OFS_LIB_PADS) |= selectedPins; in GPIO_setDriveStrengthHigh()
311 HWREG8(baseAddr + OFS_LIB_PADS) &= ~selectedPins; in GPIO_setDriveStrengthLow()
Dgpio.h108 #define OFS_LIB_PADS ((uint32_t)&P1->DS - (uint32_t)P1) macro