Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.hpp166 int SetupGpioHandle(int aFd, uint8_t aLine, uint32_t aHandleFlags, const char *aLabel);
167 …int SetupGpioEvent(int aFd, uint8_t aLine, uint32_t aHandleFlags, uint32_t aEventFlags, const …
Dspi_interface.cpp200 int SpiInterface::SetupGpioHandle(int aFd, uint8_t aLine, uint32_t aHandleFlags, const char *aLabel) in SetupGpioHandle() argument
207 req.flags = aHandleFlags; in SetupGpioHandle()
221 uint32_t aHandleFlags, in SetupGpioEvent() argument
231 req.handleflags = aHandleFlags; in SetupGpioEvent()