Searched refs:GetGpioValue (Results 1 – 2 of 2) sorted by relevance
169 uint8_t GetGpioValue(int aFd);
248 uint8_t SpiInterface::GetGpioValue(int aFd) in GetGpioValue() function in ot::Posix::SpiInterface611 return (mIntGpioValueFd >= 0) ? (GetGpioValue(mIntGpioValueFd) == kGpioIntAssertState) : true; in CheckInterrupt()