Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dspi-slave.h81 typedef bool (*otPlatSpiSlaveTransactionCompleteCallback)(void *aContext, typedef
113 otError otPlatSpiSlaveEnable(otPlatSpiSlaveTransactionCompleteCallback aCompleteCallback,
/openthread-latest/examples/platforms/simulation/
Dspi-stubs.c41 otError otPlatSpiSlaveEnable(otPlatSpiSlaveTransactionCompleteCallback aCompleteCallback, in otPlatSpiSlaveEnable()