microHAL
An abstraction layer for your future F4xx projects
Loading...
Searching...
No Matches
SPIISR Struct Reference

Contains SPI interrupt configuration. More...

#include <spi.h>

Data Fields

_Bool ERR: 1
 
_Bool RXNE: 1
 
_Bool TXE: 1
 

Detailed Description

Contains SPI interrupt configuration.

Field Documentation

◆ ERR

_Bool SPIISR::ERR

Error

◆ RXNE

_Bool SPIISR::RXNE

RX buffer not empty

◆ TXE

_Bool SPIISR::TXE

TX buffer empty


The documentation for this struct was generated from the following file: