STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
SPI_NSS_internal_software_mangement

Macros

#define SPI_NSSInternalSoft_Set   ((uint16_t)0x0100)
 
#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))