1.4 DVRT_Disable Function
C
/* Polling mode */
void DVRT_Disable(void)
Summary
Disables the dvrt functionality.
Description
This function disables the dvrt functionality of the application
Precondition
DVRT_Process function should be called before calling this function.
Parameters
Param | Description |
---|---|
void | None |
Returns
None.
Example
DVRT_Disable();
Remarks
None.