|
STM32H735xx HAL User Manual
|
Defines | |
| #define | SPI_MODE_SLAVE (0x00000000UL) |
| #define | SPI_MODE_MASTER SPI_CFG2_MASTER |
| #define SPI_MODE_MASTER SPI_CFG2_MASTER |
Definition at line 295 of file stm32h7xx_hal_spi.h.
Referenced by HAL_SPI_Init(), HAL_SPI_Receive(), HAL_SPI_Receive_DMA(), HAL_SPI_Receive_IT(), HAL_SPI_Transmit(), HAL_SPI_Transmit_DMA(), HAL_SPI_Transmit_IT(), HAL_SPI_TransmitReceive(), HAL_SPI_TransmitReceive_DMA(), and HAL_SPI_TransmitReceive_IT().
| #define SPI_MODE_SLAVE (0x00000000UL) |
Definition at line 294 of file stm32h7xx_hal_spi.h.
Referenced by HAL_SPI_Init(), and HAL_SPIEx_ConfigureUnderrun().
1.7.6.1