Macros
Collaboration diagram for SPI Mode:

Macros

#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
 
#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
 
#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
 
#define SPI_MODE_MASTER   SPI_CFG2_MASTER
 
#define SPI_MODE_SLAVE   (0x00000000U)
 
#define SPI_MODE_SLAVE   (0x00000000U)
 
#define SPI_MODE_SLAVE   (0x00000000U)
 
#define SPI_MODE_SLAVE   (0x00000000UL)
 

Detailed Description

Macro Definition Documentation

◆ SPI_MODE_MASTER [1/4]

#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)

◆ SPI_MODE_MASTER [2/4]

#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)

◆ SPI_MODE_MASTER [3/4]

#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)

Definition at line 221 of file stm32f7xx_hal_spi.h.

◆ SPI_MODE_MASTER [4/4]

#define SPI_MODE_MASTER   SPI_CFG2_MASTER

Definition at line 290 of file stm32h7xx_hal_spi.h.

◆ SPI_MODE_SLAVE [1/4]

#define SPI_MODE_SLAVE   (0x00000000U)

◆ SPI_MODE_SLAVE [2/4]

#define SPI_MODE_SLAVE   (0x00000000U)

◆ SPI_MODE_SLAVE [3/4]

#define SPI_MODE_SLAVE   (0x00000000U)

Definition at line 220 of file stm32f7xx_hal_spi.h.

◆ SPI_MODE_SLAVE [4/4]

#define SPI_MODE_SLAVE   (0x00000000UL)

Definition at line 289 of file stm32h7xx_hal_spi.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07