1.4 REAR DEFOG OUTPUT FCTS Description: Convert the active high logical rear defog relay command to a low side drive output. Function: started/ DEFOG_DRIVE_OUT=0b1;; /* initialize to off */ ch(DEFOG_DRIVE_SIG)/REAR_DEFOG_OUTPUT_TT;; /* ch(DEFOG_DRIVE_SIG)/ if DEFOG_DRIVE_SIG then DEFOG_DRIVE_OUT=0b0; else DEFOG_DRIVE_OUT=0b1; end if;; */
Description:
Convert the active high logical rear defog relay command to a low side drive output.
Function:
started/
DEFOG_DRIVE_OUT=0b1;; /* initialize to off */
ch(DEFOG_DRIVE_SIG)/REAR_DEFOG_OUTPUT_TT;;
/* ch(DEFOG_DRIVE_SIG)/
if DEFOG_DRIVE_SIG then
DEFOG_DRIVE_OUT=0b0;
else
DEFOG_DRIVE_OUT=0b1;
end if;;
*/