Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dspi_interface.cpp117 const char *spiGpioIntDevice; in Init() local
128 spiGpioIntDevice = mRadioUrl.GetValue("gpio-int-device"); in Init()
131 VerifyOrDie(spiGpioIntDevice, OT_EXIT_INVALID_ARGUMENTS); in Init()
149 InitIntPin(spiGpioIntDevice, spiGpioIntLine); in Init()