HAL + 0/4 examples
CodeScope will show references to LL_SPI_FULL_DUPLEX from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_SPI_FULL_DUPLEX macro

Full-Duplex mode. Rx and Tx transfer on 2 lines

Syntax

#define LL_SPI_FULL_DUPLEX 0x00000000U

Examples

LL_SPI_FULL_DUPLEX is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_ll_spi.h:207
#define LL_SPI_FULL_DUPLEX 0x00000000U /*!< Full-Duplex mode. Rx and Tx transfer on 2 lines */
stm32f4xx_ll_spi.c:284
SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX;