CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
SPI Events

The SPI driver generates call back events that are notified via the function ARM_SPI_SignalEvent. More...

Macros

#define ARM_SPI_EVENT_TRANSFER_COMPLETE   (1UL << 0)
 Data Transfer completed.
 
#define ARM_SPI_EVENT_DATA_LOST   (1UL << 1)
 Data lost: Receive overflow / Transmit underflow.
 
#define ARM_SPI_EVENT_MODE_FAULT   (1UL << 2)
 Master Mode Fault (SS deactivated when Master)
 

Description

The SPI driver generates call back events that are notified via the function ARM_SPI_SignalEvent.

This section provides the event values for the ARM_SPI_SignalEvent callback function.

The following call back notification events are generated:

Macro Definition Documentation

◆ ARM_SPI_EVENT_TRANSFER_COMPLETE

#define ARM_SPI_EVENT_TRANSFER_COMPLETE   (1UL << 0)

Data Transfer completed.

◆ ARM_SPI_EVENT_DATA_LOST

#define ARM_SPI_EVENT_DATA_LOST   (1UL << 1)

Data lost: Receive overflow / Transmit underflow.

◆ ARM_SPI_EVENT_MODE_FAULT

#define ARM_SPI_EVENT_MODE_FAULT   (1UL << 2)

Master Mode Fault (SS deactivated when Master)