STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SPI_NSS_internal_software_management

Macros

#define SPI_NSSInternalSoft_Set   SPI_CR1_SSI
 
#define SPI_NSSInternalSoft_Reset   ((uint16_t)0xFEFF)
 
#define IS_SPI_NSS_INTERNAL(INTERNAL)
 

Detailed Description

Macro Definition Documentation

#define IS_SPI_NSS_INTERNAL (   INTERNAL)
Value:
(((INTERNAL) == SPI_NSSInternalSoft_Set) || \
((INTERNAL) == SPI_NSSInternalSoft_Reset))