Configure_SPI1() is only used within SPI_OneBoard_HalfDuplex_DMA.
 
Symbols
loading...
Files
loading...

Configure_SPI1() function

This function configures SPI1.

Syntax

void Configure_SPI1(void);
Implemented in main.c:182

Return value

None

Notes

This function is used to : -1- Enables GPIO clock and configures the SPI1 pins. -2- Configure SPI1 functional parameters. Peripheral configuration is minimal configuration from reset values. Thus, some useless LL unitary functions calls below are provided as commented examples - setting is default configuration from reset.

References

LocationReferrerText
main.c:182
void Configure_SPI1(void)
main.c:52
void Configure_SPI1(void);
main.c:80main()
Configure_SPI1();