Macros
Collaboration diagram for SPI_Slave_Select_management:

Macros

#define IS_SPI_NSS(NSS)
 
#define IS_SPI_NSS(NSS)
 
#define IS_SPI_NSS(NSS)
 
#define SPI_NSS_Hard   ((uint16_t)0x0000)
 
#define SPI_NSS_Hard   ((uint16_t)0x0000)
 
#define SPI_NSS_Hard   ((uint16_t)0x0000)
 
#define SPI_NSS_Soft   ((uint16_t)0x0200)
 
#define SPI_NSS_Soft   ((uint16_t)0x0200)
 
#define SPI_NSS_Soft   ((uint16_t)0x0200)
 

Detailed Description

Macro Definition Documentation

◆ IS_SPI_NSS [1/3]

#define IS_SPI_NSS (   NSS)
Value:
(((NSS) == SPI_NSS_Soft) || \
((NSS) == SPI_NSS_Hard))
#define SPI_NSS_Soft
#define SPI_NSS_Hard

Definition at line 194 of file stm32f10x_spi.h.

◆ IS_SPI_NSS [2/3]

#define IS_SPI_NSS (   NSS)
Value:
(((NSS) == SPI_NSS_Soft) || \
((NSS) == SPI_NSS_Hard))
#define SPI_NSS_Soft
#define SPI_NSS_Hard

Definition at line 217 of file stm32f4xx_spi.h.

◆ IS_SPI_NSS [3/3]

#define IS_SPI_NSS (   NSS)
Value:
(((NSS) == SPI_NSS_Soft) || \
((NSS) == SPI_NSS_Hard))
#define SPI_NSS_Soft
#define SPI_NSS_Hard

Definition at line 244 of file stm32f30x_spi.h.

◆ SPI_NSS_Hard [1/3]

#define SPI_NSS_Hard   ((uint16_t)0x0000)

Definition at line 193 of file stm32f10x_spi.h.

◆ SPI_NSS_Hard [2/3]

#define SPI_NSS_Hard   ((uint16_t)0x0000)

Definition at line 216 of file stm32f4xx_spi.h.

◆ SPI_NSS_Hard [3/3]

#define SPI_NSS_Hard   ((uint16_t)0x0000)

Definition at line 243 of file stm32f30x_spi.h.

◆ SPI_NSS_Soft [1/3]

#define SPI_NSS_Soft   ((uint16_t)0x0200)

Definition at line 192 of file stm32f10x_spi.h.

◆ SPI_NSS_Soft [2/3]

#define SPI_NSS_Soft   ((uint16_t)0x0200)

Definition at line 215 of file stm32f4xx_spi.h.

◆ SPI_NSS_Soft [3/3]

#define SPI_NSS_Soft   ((uint16_t)0x0200)

Definition at line 242 of file stm32f30x_spi.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15