1.34.26.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