Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Ddiag.h62 OT_GPIO_MODE_INPUT = 0, ///< Input mode without pull resistor. enumerator
/openthread-latest/examples/platforms/simulation/
Ddiag.c55 static otGpioMode sGpioMode = OT_GPIO_MODE_INPUT;
/openthread-latest/src/posix/platform/
Dradio.cpp681 … snprintf(cmd, sizeof(cmd), "gpio mode %d %s", aGpio, aMode == OT_GPIO_MODE_INPUT ? "in" : "out"); in otPlatDiagGpioSetMode()
703 *aMode = OT_GPIO_MODE_INPUT; in otPlatDiagGpioGetMode()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp1078 if (mode == OT_GPIO_MODE_INPUT) in ProcessGpio()
1089 SuccessOrExit(error = otPlatDiagGpioSetMode(gpio, OT_GPIO_MODE_INPUT)); in ProcessGpio()