Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.hpp167 …int SetupGpioEvent(int aFd, uint8_t aLine, uint32_t aHandleFlags, uint32_t aEventFlags, const …
Dspi_interface.cpp219 int SpiInterface::SetupGpioEvent(int aFd, in SetupGpioEvent() function in ot::Posix::SpiInterface
280 …mIntGpioValueFd = SetupGpioEvent(fd, aLine, GPIOHANDLE_REQUEST_INPUT, GPIOEVENT_REQUEST_FALLING_ED… in InitIntPin()