otPlatSpiSlaveEnable() function
Initialize the SPI slave interface. Note that SPI slave is not fully ready until a transaction is prepared using `otPlatSPISlavePrepareTransaction()`. If `otPlatSPISlavePrepareTransaction() is not called before the master begins a transaction, the resulting SPI transaction will send all `0xFF` bytes and discard all received bytes.
Arguments
aCompleteCallback
Pointer to transaction complete callback.
aProcessCallback
Pointer to process callback.
aContext
Context pointer to be passed to callbacks.
Return value
OT_ERROR_NONE Successfully enabled the SPI Slave interface. OT_ERROR_ALREADY SPI Slave interface is already enabled. OT_ERROR_FAILED Failed to enable the SPI Slave interface.