Configure_USART1() is only used within USART_SyncCommunication_FullDuplex_DMA.
 
Symbols
loading...
Files
loading...

Configure_USART1() function

This function configures USART1.

Syntax

void Configure_USART1(void);
Implemented in main.c:261

Return value

None

Notes

This function is used to : -1- Enable GPIO clock and configures the USART1 pins. -2- Enable the USART1 peripheral clock and clock source. -3- Configure USART1 functional parameters. -4- Enable USART1. 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:261
void Configure_USART1(void)
main.c:60
void Configure_USART1(void);
main.c:89main()
Configure_USART1();