Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.hpp169 uint8_t GetGpioValue(int aFd);
Dspi_interface.cpp248 uint8_t SpiInterface::GetGpioValue(int aFd) in GetGpioValue() function in ot::Posix::SpiInterface
611 return (mIntGpioValueFd >= 0) ? (GetGpioValue(mIntGpioValueFd) == kGpioIntAssertState) : true; in CheckInterrupt()