1.25.5.23 1.26.4.23 DBGUx_Initialize Function
C
/* Blocking, non-blocking and ring buffer mode */
void DBGUx_Initialize( void )
Summary
Initializes given instance of the DBGU peripheral.
Description
This function initializes the given instance of the DBGU peripheral as configured by the user in MHC.
Precondition
None.
Parameters
None.
Returns
None.
Example
DBGU_Initialize();
Remarks
None