1.1.13.1 1.8.24.23 1.10.23.25 1.11.23.25 1.12.24.25 1.13.22.25 1.14.17.25 1.15.18.25 1.16.25.25 1.17.20.25 1.18.21.25 1.19.21.25 1.20.25.25 1.21.26.25 1.22.28.25 1.23.27.25 1.24.23.25 1.27.26.23 1.34.26.23 1.35.20.23 UARTx_Initialize Function
C
/* x = UART instance number */
/* Blocking, non-blocking and ring buffer mode */
void UARTx_Initialize( void )
Summary
Initializes given instance of the UART peripheral.
Description
This function initializes the given instance of the UART peripheral as configured by the user in MHC.
Precondition
None.
Parameters
None.
Returns
None.
Example
UART1_Initialize();
Remarks
None