SPI slave finite state machine status.
| Enumerator |
|---|
| HAL_SPI_SLAVE_FSM_SUCCESS_OPERATION |
SPI slave success operation.
|
| HAL_SPI_SLAVE_FSM_INVALID_OPERATION |
SPI slave invalid operation.
|
| HAL_SPI_SLAVE_FSM_ERROR_PWROFF_AFTER_CR |
SPI slave error, received POWER OFF command after Configure Read command.
|
| HAL_SPI_SLAVE_FSM_ERROR_PWROFF_AFTER_CW |
SPI slave error, received POWER OFF command after Configure Write command.
|
| HAL_SPI_SLAVE_FSM_ERROR_CONTINOUS_CR |
SPI slave error, received continuous Configure Read command.
|
| HAL_SPI_SLAVE_FSM_ERROR_CR_AFTER_CW |
SPI slave error, received Configure Read command after Configure Write command.
|
| HAL_SPI_SLAVE_FSM_ERROR_CONTINOUS_CW |
SPI slave error, received continuous Configure Write command.
|
| HAL_SPI_SLAVE_FSM_ERROR_CW_AFTER_CR |
SPI slave error, received Configure Write command after Configure Read command.
|
| HAL_SPI_SLAVE_FSM_ERROR_WRITE_AFTER_CR |
SPI slave error, received Write command after Configure Read command.
|
| HAL_SPI_SLAVE_FSM_ERROR_READ_AFTER_CW |
SPI slave error, received Read command after Configure Write command.
|