2.33.8 DMT_Initialize Function
C
void DMT_Initialize( void )
Summary
Initializes the DMT peripheral.
Description
This function initializes the DMT peripheral of the device.
Precondition
This function must be called only once and before any other DMT function is called.
Parameters
None.
Returns
None.
Example
PSCNT = 0x1234; // Set the instruction fetch counter limit PSINTV = 0x5678; // Set the window interval limit DMT_Initialize();
Remarks
None.