Home
last modified time | relevance | path

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

/external/platform/stellaris/ti-driverlib/driverlib/
A Dgpio.c518 ASSERT((ulPinType == GPIO_PIN_TYPE_STD) || in GPIOPadConfigSet()
519 (ulPinType == GPIO_PIN_TYPE_STD_WPU) || in GPIOPadConfigSet()
520 (ulPinType == GPIO_PIN_TYPE_STD_WPD) || in GPIOPadConfigSet()
521 (ulPinType == GPIO_PIN_TYPE_OD) || in GPIOPadConfigSet()
522 (ulPinType == GPIO_PIN_TYPE_OD_WPU) || in GPIOPadConfigSet()
523 (ulPinType == GPIO_PIN_TYPE_OD_WPD) || in GPIOPadConfigSet()
524 (ulPinType == GPIO_PIN_TYPE_ANALOG)); in GPIOPadConfigSet()
545 HWREG(ulPort + GPIO_O_ODR) = ((ulPinType & 1) ? in GPIOPadConfigSet()
564 ((ulPinType == GPIO_PIN_TYPE_ANALOG) ? in GPIOPadConfigSet()
592 unsigned long ulPinType, ulStrength; in GPIOPadConfigGet() local
[all …]

Completed in 8 milliseconds