![]() |
STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
| #define | SPI_NSSInternalSoft_Set ((uint16_t)0x0100) |
| #define | SPI_NSSInternalSoft_Reset ((uint16_t)0xFEFF) |
| #define | IS_SPI_NSS_INTERNAL(INTERNAL) |
| #define IS_SPI_NSS_INTERNAL | ( | INTERNAL | ) |
(((INTERNAL) == SPI_NSSInternalSoft_Set) || \ ((INTERNAL) == SPI_NSSInternalSoft_Reset))
Definition at line 349 of file stm32f10x_spi.h.
| #define SPI_NSSInternalSoft_Reset ((uint16_t)0xFEFF) |
Definition at line 348 of file stm32f10x_spi.h.
| #define SPI_NSSInternalSoft_Set ((uint16_t)0x0100) |
Definition at line 347 of file stm32f10x_spi.h.