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

Configure_SPI2() function

This function configures SPI2.

Syntax

void Configure_SPI2(void);
Implemented in main.c:231

Return value

None

Notes

This function is used to : -1- Enables GPIO clock and configures the SPI2 pins. -2- Configure SPI2 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:231
void Configure_SPI2(void)
main.c:53
void Configure_SPI2(void);
main.c:83main()
Configure_SPI2();