Home
last modified time | relevance | path

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

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