1.3 DVRT_Enable Function
C
/* Polling mode */
void DVRT_Enable(void)
Summary
Enables the dvrt functionality.
Description
This function re-enables the dvrt communication to tool which was disabled by DVRT_Disable.
Precondition
DVRT_Process and DVRT_Disable functions should be called before calling this function.
Parameters
Param | Description |
---|---|
void | None |
Returns
None.
Example
DVRT_Enable();
Remarks
None.