STM8L15x Standard Peripherals Drivers: SPI_Registers_Reset_Value

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

SPI_Registers_Reset_Value

Defines

#define SPI_CR1_RESET_VALUE   ((uint8_t)0x00)
#define SPI_CR2_RESET_VALUE   ((uint8_t)0x00)
#define SPI_CR3_RESET_VALUE   ((uint8_t)0x00)
#define SPI_CRCPR_RESET_VALUE   ((uint8_t)0x07)
#define SPI_DR_RESET_VALUE   ((uint8_t)0x00)
#define SPI_RXCRCR_RESET_VALUE   ((uint8_t)0x00)
#define SPI_SR_RESET_VALUE   ((uint8_t)0x02)
#define SPI_TXCRCR_RESET_VALUE   ((uint8_t)0x00)

Define Documentation

#define SPI_CR1_RESET_VALUE   ((uint8_t)0x00)

Control Register 1 reset value

Definition at line 1635 of file stm8l15x.h.

Referenced by SPI_DeInit().

#define SPI_CR2_RESET_VALUE   ((uint8_t)0x00)

Control Register 2 reset value

Definition at line 1636 of file stm8l15x.h.

Referenced by SPI_DeInit().

#define SPI_CR3_RESET_VALUE   ((uint8_t)0x00)

DMA and Interrupt Control Register reset value

Definition at line 1637 of file stm8l15x.h.

Referenced by SPI_DeInit().

#define SPI_CRCPR_RESET_VALUE   ((uint8_t)0x07)

Polynomial Register reset value

Definition at line 1640 of file stm8l15x.h.

Referenced by SPI_DeInit().

#define SPI_DR_RESET_VALUE   ((uint8_t)0x00)

Data Register reset value

Definition at line 1639 of file stm8l15x.h.

#define SPI_RXCRCR_RESET_VALUE   ((uint8_t)0x00)

RX CRC Register reset value

Definition at line 1641 of file stm8l15x.h.

#define SPI_SR_RESET_VALUE   ((uint8_t)0x02)

Status Register reset value

Definition at line 1638 of file stm8l15x.h.

Referenced by SPI_DeInit().

#define SPI_TXCRCR_RESET_VALUE   ((uint8_t)0x00)

TX CRC Register reset value

Definition at line 1642 of file stm8l15x.h.

STM8S Firmware Library: Overview

 

 

 

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