STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | SPI_CRCCALCULATION_DISABLE (0x00000000U) |
#define | SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN |
#define SPI_CRCCALCULATION_DISABLE (0x00000000U) |
#include <stm32f4xx_hal_spi.h>
Definition at line 295 of file stm32f4xx_hal_spi.h.
Referenced by HAL_SPI_Init().
#define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN |
#include <stm32f4xx_hal_spi.h>
Definition at line 296 of file stm32f4xx_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(), HAL_SPI_TransmitReceive_IT(), SPI_2linesRxISR_16BIT(), SPI_2linesRxISR_8BIT(), SPI_2linesTxISR_16BIT(), SPI_2linesTxISR_8BIT(), SPI_DMAReceiveCplt(), SPI_DMATransmitReceiveCplt(), SPI_RxISR_16BIT(), SPI_RxISR_8BIT(), SPI_TxISR_16BIT(), SPI_TxISR_8BIT(), and SPI_WaitFlagStateUntilTimeout().