CARME-M4 BSP  V1.5
SPI_NSS_internal_software_management
+ Collaboration diagram for SPI_NSS_internal_software_management:

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))

Definition at line 373 of file stm32f4xx_spi.h.