Home
last modified time | relevance | path

Searched refs:SetupGpioHandle (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);
Dspi_interface.cpp200 int SpiInterface::SetupGpioHandle(int aFd, uint8_t aLine, uint32_t aHandleFlags, const char *aLabel) in SetupGpioHandle() function in ot::Posix::SpiInterface
265 mResetGpioValueFd = SetupGpioHandle(fd, aLine, GPIOHANDLE_REQUEST_OUTPUT, label); in InitResetPin()