uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 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.