Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.cpp117 const char *spiGpioIntDevice; in Init() local
128 spiGpioIntDevice = mRadioUrl.GetValue("gpio-int-device"); in Init()
130 if (!spiGpioIntDevice || !spiGpioResetDevice) in Init()
153 if (spiGpioIntDevice != nullptr) in Init()
156 InitIntPin(spiGpioIntDevice, spiGpioIntLine); in Init()