Searched refs:aHandleFlags (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/src/posix/platform/ |
| D | spi_interface.hpp | 166 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 …
|
| D | spi_interface.cpp | 200 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()
|