STM8L15x Standard Peripherals Drivers: SPI_Flags

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Enumerations

enum  SPI_FLAG_TypeDef {
  SPI_FLAG_BSY = (uint8_t)0x80, SPI_FLAG_OVR = (uint8_t)0x40, SPI_FLAG_MODF = (uint8_t)0x20, SPI_FLAG_CRCERR = (uint8_t)0x10,
  SPI_FLAG_WKUP = (uint8_t)0x08, SPI_FLAG_TXE = (uint8_t)0x02, SPI_FLAG_RXNE = (uint8_t)0x01
}

Enumeration Type Documentation

Enumerator:
SPI_FLAG_BSY 

Busy flag

SPI_FLAG_OVR 

Overrun flag

SPI_FLAG_MODF 

Mode fault

SPI_FLAG_CRCERR 

CRC error flag

SPI_FLAG_WKUP 

Wake-up flag

SPI_FLAG_TXE 

Transmit buffer empty

SPI_FLAG_RXNE 

Receive buffer empty

Definition at line 182 of file stm8l15x_spi.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com