HAL + 0/1 examples
SourceVu will show references to LL_SPI_Init() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
SPI
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

An ErrorStatus enumeration value. (Return always SUCCESS)

Notes

As some bits in SPI configuration registers can only be written when the SPI is disabled (SPI_CR1_SPE bit =0), SPI peripheral should be in disabled state prior calling this function. Otherwise, ERROR result will be returned.

References

from examples