Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Ddiag.h63 OT_GPIO_MODE_OUTPUT = 1, ///< Output mode. enumerator
/openthread-latest/src/core/diags/
Dfactory_diags.cpp1082 else if (mode == OT_GPIO_MODE_OUTPUT) in ProcessGpio()
1093 SuccessOrExit(error = otPlatDiagGpioSetMode(gpio, OT_GPIO_MODE_OUTPUT)); in ProcessGpio()
/openthread-latest/src/posix/platform/
Dradio.cpp707 *aMode = OT_GPIO_MODE_OUTPUT; in otPlatDiagGpioGetMode()