CMSIS-Driver Validation  Version 2.0.0
Driver Validation
 All Files Functions Variables Typedefs Macros Groups Pages
Error Event

Functions

void SPI_DataLost (void)
 Function: Function SPI_DataLost. More...
 
void SPI_ModeFault (void)
 Function: Function SPI_ModeFault. More...
 

Description

These tests verify API and operation of the SPI error event signaling.

The error event tests verify the following driver function (SPI Driver function documentation):

Note
In Test Mode Loopback these tests are skipped

Function Documentation

void SPI_DataLost ( void  )

The function SPI_DataLost verifies signaling of the ARM_SPI_EVENT_DATA_LOST event:

  • in Slave Mode with Slave Select line Hardware Monitored
  • with default clock / frame format
  • with default data bits
  • with default bit order
  • at default bus speed
void SPI_ModeFault ( void  )

The function SPI_ModeFault verifies signaling of the ARM_SPI_EVENT_MODE_FAULT event:

  • in Master Mode with Slave Select line Hardware Monitored Input
  • with default clock / frame format
  • with default data bits
  • with default bit order
  • at default bus speed