Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.hpp168 void SetGpioValue(int aFd, uint8_t aValue);
Dspi_interface.cpp240 void SpiInterface::SetGpioValue(int aFd, uint8_t aValue) in SetGpioValue() function in ot::Posix::SpiInterface
314 SetGpioValue(mResetGpioValueFd, 0); in TriggerReset()
319 SetGpioValue(mResetGpioValueFd, 1); in TriggerReset()