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) |
#define SPI_TXCRCR_RESET_VALUE ((uint8_t)0x00) |
TX CRC Register reset value
Definition at line 1642 of file stm8l15x.h.