Telltales_user.c 59.5 KB
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12

#include "GPIO.h"
#include "Telltales.h"
#include "Telltales_user.h"
#include "CAN_Communication_Matrix.h"
#include "Flash_synchronizer.h"
#include "EOL_Para.h"
#include "Sound_Scheduler.h"
#include "SEG_DISPLAY.h"
#include "Maintenance.h"
#include "Line_in.h"
#include "IS31FL3236.h"
hu's avatar
hu committed
13
#include "Service_TPMS.h"
hu's avatar
hu committed
14
#include "Data_AirPressure.h"
15
#include "Data_CoolantTemperature.h"
hu's avatar
hu committed
16 17
#include "FuelConfig.h"
#include "Data_Fuel_User.h"
hu's avatar
hu committed
18
#include "kwp2000_service.h"
19
#include "Common_Interface.h"
hu's avatar
hu committed
20

hu's avatar
hu committed
21
static uint8_t L12_Air_Sta ;
hu's avatar
hu committed
22 23 24 25 26 27

TelltaleLRCtrlStruct TelltaleLRCtrl;

const LED_Attribute_st LED_Attribute[LED_Max] =
{
    /*  指示灯索引                             是否自检         外部信号自检       工作电源状态       自检开始时间    自检持续时间       指示灯点亮条件                           指示灯执行函数               */
hu's avatar
hu committed
28 29 30 31
    {   em_LED_INTER_DIFF_LOCK_T          , NoSelfCheck ,     ExterNalCheck ,  LED_IGN_ON_OFF ,      2500u,         4500ul,     LED_INTER_DIFF_LOCK_T_Judgement          , LED_INTER_DIFF_LOCK_T_Execution            },
    {   em_LED_FOUR_MUL_FOUR_T            , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_FOUR_MUL_FOUR_T_Judgement            , LED_FOUR_MUL_FOUR_T_Execution              },
    {   em_LED_EXH_BRAKE_T                , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_EXH_BRAKE_T_Judgement                , LED_EXH_BRAKE_T_Execution                  },
    {   em_LED_QOS_GLOW_T                 ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_QOS_GLOW_T_Judgement                 , LED_QOS_GLOW_T_Execution                   },
32 33
    {   em_LED_HI_BEAM_T                  , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON_OFF ,      2500u,         4500ul,     LED_HI_BEAM_T_Judgement                  , LED_HI_BEAM_T_Execution                    },
    {   em_LED_Rr_FOG_LAMP_T              , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON_OFF ,      2500u,         4500ul,     LED_Rr_FOG_LAMP_T_Judgement              , LED_Rr_FOG_LAMP_T_Execution                },
hu's avatar
hu committed
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
    {   em_LED_MIL_T                      ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_MIL_T_Judgement                      , LED_MIL_T_Execution                        },
    {   em_LED_SVS_T                      ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_SVS_T_Judgement                      , LED_SVS_T_Execution                        },
    {   em_LED_H_S_A__T                   , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_H_S_A_T_Judgement                    , LED_H_S_A_T_Execution                     },
    {   em_LED_RETARDER_T                 ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_RETARDER_T_Judgement                 , LED_RETARDER_T_Execution                   },
    {   em_LED_AUTO_LEVELING_T            , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_AUTO_LEVELING_T_Judgement            , LED_AUTO_LEVELING_T_Execution              },
    {   em_LED_ROWS_L                     , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_ROWS_L_Judgement                     , LED_ROWS_L_Execution                       },
    {   em_LED_BSM_OFF_L                  , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_BSM_OFF_L_Judgement                  , LED_BSM_OFF_L_Execution                    },
    {   em_LED_AEBS_OFF_L                 , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_AEBS_OFF_L_Judgement                 , LED_AEBS_OFF_L_Execution                   },
    {   em_LED_LDWS_L                     , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_LDWS_L_Judgement                     , LED_LDWS_L_Execution                       },
    {   em_LED_SRS_L                      , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_SRS_L_Judgement                      , LED_SRS_L_Execution                        },
    {   em_LED_ENG_OIL_L                  ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_ENG_OIL_L_Judgement                  , LED_ENG_OIL_L_Execution                    },
    {   em_LED_CHARG_L                    ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_CHARG_L_Judgement                    , LED_CHARG_L_Execution                      },
    {   em_LED_SEAT_BELT_L                ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_SEAT_BELT_L_Judgement                , LED_SEAT_BELT_L_Execution                  },
    {   em_LED_RR_DIFF_LOCK_L             ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_RR_DIFF_LOCK_L_Judgement             , LED_RR_DIFF_LOCK_L_Execution               },
    {   em_LED_TPMS_L                     ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_TPMS_L_Judgement                     , LED_TPMS_L_Execution                       },
    {   em_LED_ASR_or_EVSC_OFF_L          , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_ASR_or_EVSC_OFF_L_Judgement          , LED_ASR_or_EVSC_OFF_L_Execution            },
    {   em_LED_EVSC_L                     , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_EVSC_L_Judgement                     , LED_EVSC_L_Execution                       },
    {   em_LED_eco_stop_OFF_L             , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_eco_stop_OFF_L_Judgement             , LED_eco_stop_OFF_L_Execution               },
    {   em_LED_AMT_L                      , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_AMT_L_Judgement                      , LED_AMT_L_Execution                        },
    {   em_LED_WEAR_IND_L                 , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_WEAR_IND_L_Judgement                 , LED_WEAR_IND_L_Execution                   },
    {   em_LED_TRAILER_BRAKE_R            ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_TRAILER_BRAKE_R_Judgement            , LED_TRAILER_BRAKE_R_Execution              },
    {   em_LED_BRAKE_AIR_or_EBS_YELLOW_R  , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_BRAKE_AIR_or_EBS_YELLOW_R_Judgement  , LED_BRAKE_AIR_or_EBS_YELLOW_R_Execution    },
    {   em_LED_ACC_AIR_R                  , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_ACC_AIR_R_Judgement                  , LED_ACC_AIR_R_Execution                    },
    {   em_LED_ABS_R                      ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_ABS_R_Judgement                      , LED_ABS_R_Execution                        },
    {   em_LED_PARK_BRAKE_R               ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_PARK_BRAKE_R_Judgement               , LED_PARK_BRAKE_R_Execution                 },
    {   em_LED_BRAKE_AIR_or_EBS_RED_R     , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_BRAKE_AIR_or_EBS_RED_R_Judgement     , LED_BRAKE_AIR_or_EBS_RED_R_Execution       },
    {   em_LED_BRAKE_LOCK_R               , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_BRAKE_LOCK_R_Judgement               , LED_BRAKE_LOCK_R_Execution                 },
    {   em_LED_AIR_SUS_R                  ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_AIR_SUS_R_Judgement                  , LED_AIR_SUS_R_Execution                    },
    {   em_LED_TRAILER_ABS_U              ,   SelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_TRAILER_ABS_U_Judgement              , LED_TRAILER_ABS_U_Execution                },
    {   em_LED_WORKING_LAMP_U             , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_WORKING_LAMP_U_Judgement             , LED_WORKING_LAMP_U_Execution               },
    {   em_LED_TRAILER_ABS_INFO_U         , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_TRAILER_ABS_INFO_U_Judgement         , LED_TRAILER_ABS_INFO_U_Execution           },
    {   em_LED_TEMP                       , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_Temp_Judgement                       , LED_Temp_Execution                         },
    {   em_LED_FUEL                       , NoSelfCheck ,   NoExterNalCheck ,  LED_IGN_ON     ,      2500u,         4500ul,     LED_Fuel_Judgement                       , LED_Fuel_Execution                         },
hu's avatar
hu committed
67 68 69 70 71 72 73 74 75 76 77
};

/*must put into 10ms task*/

void Telltales_Left_Right_KL30_Init(void);

void Telltales_Left_Right_KL30_Init(void)
{
    TelltaleLRCtrl.LastRight = 0u;
    TelltaleLRCtrl.LastLeft = 0u;
    TelltaleLRCtrl.Delay = 0u;
hu's avatar
hu committed
78 79

    L12_Air_Sta = 0u;
hu's avatar
hu committed
80
}
hu's avatar
hu committed
81

82 83 84 85 86 87 88
/*************************************

测试用

**************************************/
void Test_LED_AllLight(void)
{
hu's avatar
hu committed
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
    COMMON_PowerStatus_t u8IG_st;

    u8IG_st = Common_Get_IG_Sts();

    if (u8IG_st == COMMON_POWER_ON)
    {
        LED_Left_Right_Execution(LED_ON_State);
        LED_INTER_DIFF_LOCK_T_Execution(LED_ON_State);
        LED_FOUR_MUL_FOUR_T_Execution(LED_ON_State);
        LED_EXH_BRAKE_T_Execution(LED_ON_State);
        LED_QOS_GLOW_T_Execution(LED_ON_State);
        LED_HI_BEAM_T_Execution(LED_ON_State);
        LED_Rr_FOG_LAMP_T_Execution(LED_ON_State);
        LED_MIL_T_Execution(LED_ON_State);
        LED_SVS_T_Execution(LED_ON_State);
        LED_H_S_A_T_Execution(LED_ON_State);
        LED_RETARDER_T_Execution(LED_ON_State);
        LED_AUTO_LEVELING_T_Execution(LED_ON_State);
        LED_ROWS_L_Execution(LED_ON_State);
        LED_BSM_OFF_L_Execution(LED_ON_State);
        LED_AEBS_OFF_L_Execution(LED_ON_State);
        LED_LDWS_L_Execution(LED_ON_State);
        LED_SRS_L_Execution(LED_ON_State);
        LED_ENG_OIL_L_Execution(LED_ON_State);
        LED_CHARG_L_Execution(LED_ON_State);
        LED_SEAT_BELT_L_Execution(LED_ON_State);
        LED_RR_DIFF_LOCK_L_Execution(LED_ON_State);
        LED_TPMS_L_Execution(LED_ON_State);
        LED_ASR_or_EVSC_OFF_L_Execution(LED_ON_State);
        LED_EVSC_L_Execution(LED_ON_State);
        LED_eco_stop_OFF_L_Execution(LED_ON_State);
        LED_AMT_L_Execution(LED_ON_State);
        LED_WEAR_IND_L_Execution(LED_ON_State);
        LED_TRAILER_BRAKE_R_Execution(LED_ON_State);
        LED_BRAKE_AIR_or_EBS_YELLOW_R_Execution(LED_ON_State);
        LED_ACC_AIR_R_Execution(LED_ON_State);
        LED_ABS_R_Execution(LED_ON_State);
        LED_PARK_BRAKE_R_Execution(LED_ON_State);
        LED_BRAKE_AIR_or_EBS_RED_R_Execution(LED_ON_State);
        LED_BRAKE_LOCK_R_Execution(LED_ON_State);
        LED_AIR_SUS_R_Execution(LED_ON_State);
        LED_TRAILER_ABS_U_Execution(LED_ON_State);
        LED_WORKING_LAMP_U_Execution(LED_ON_State);
        LED_TRAILER_ABS_INFO_U_Execution(LED_ON_State);
        LED_Temp_Execution(LED_ON_State);
        LED_Fuel_Execution(LED_ON_State);
    }
    else
    {
        LED_Left_Right_Execution(LED_OFF_State);
        LED_INTER_DIFF_LOCK_T_Execution(LED_OFF_State);
        LED_FOUR_MUL_FOUR_T_Execution(LED_OFF_State);
        LED_EXH_BRAKE_T_Execution(LED_OFF_State);
        LED_QOS_GLOW_T_Execution(LED_OFF_State);
        LED_HI_BEAM_T_Execution(LED_OFF_State);
        LED_Rr_FOG_LAMP_T_Execution(LED_OFF_State);
        LED_MIL_T_Execution(LED_OFF_State);
        LED_SVS_T_Execution(LED_OFF_State);
        LED_H_S_A_T_Execution(LED_OFF_State);
        LED_RETARDER_T_Execution(LED_OFF_State);
        LED_AUTO_LEVELING_T_Execution(LED_OFF_State);
        LED_ROWS_L_Execution(LED_OFF_State);
        LED_BSM_OFF_L_Execution(LED_OFF_State);
        LED_AEBS_OFF_L_Execution(LED_OFF_State);
        LED_LDWS_L_Execution(LED_OFF_State);
        LED_SRS_L_Execution(LED_OFF_State);
        LED_ENG_OIL_L_Execution(LED_OFF_State);
        LED_CHARG_L_Execution(LED_OFF_State);
        LED_SEAT_BELT_L_Execution(LED_OFF_State);
        LED_RR_DIFF_LOCK_L_Execution(LED_OFF_State);
        LED_TPMS_L_Execution(LED_OFF_State);
        LED_ASR_or_EVSC_OFF_L_Execution(LED_OFF_State);
        LED_EVSC_L_Execution(LED_OFF_State);
        LED_eco_stop_OFF_L_Execution(LED_OFF_State);
        LED_AMT_L_Execution(LED_OFF_State);
        LED_WEAR_IND_L_Execution(LED_OFF_State);
        LED_TRAILER_BRAKE_R_Execution(LED_OFF_State);
        LED_BRAKE_AIR_or_EBS_YELLOW_R_Execution(LED_OFF_State);
        LED_ACC_AIR_R_Execution(LED_OFF_State);
        LED_ABS_R_Execution(LED_OFF_State);
        LED_PARK_BRAKE_R_Execution(LED_OFF_State);
        LED_BRAKE_AIR_or_EBS_RED_R_Execution(LED_OFF_State);
        LED_BRAKE_LOCK_R_Execution(LED_OFF_State);
        LED_AIR_SUS_R_Execution(LED_OFF_State);
        LED_TRAILER_ABS_U_Execution(LED_OFF_State);
        LED_WORKING_LAMP_U_Execution(LED_OFF_State);
        LED_TRAILER_ABS_INFO_U_Execution(LED_OFF_State);
        LED_Temp_Execution(LED_OFF_State);
        LED_Fuel_Execution(LED_OFF_State);
    }
179 180 181 182 183 184 185 186
}

/*---------------------------------------------------------------------------*/
#define XXXX  0u
#define LED_BRIGHTNESSR 0x3Fu
#define LED_BRIGHTNESSG 0x3Fu
#define LED_BRIGHTNESSY 0x3Fu
#define LED_BRIGHTNESSB 0x3Fu
187 188 189

#define LED_BRIGHTNESSGBL 0x08u
#define LED_BRIGHTNESSBBL 0x08u
hu's avatar
hu committed
190
/******************************************************************************
hu's avatar
hu committed
191
  T3 L16 U1 U4 U5无灯   左右转向单独 气压1 气压2 指示灯是背光
192 193 194 195
  R L5 L6 L7 L8 R1 R3 R4 (R2  水温)
  G T0 T2 T4 T10 T11 T13 L13  (T11例外)
  B T7
  Y (T1 T7 R2 R8 U2 燃油)
hu's avatar
hu committed
196
 ******************************************************************************/
hu's avatar
hu committed
197

198

hu's avatar
hu committed
199 200 201 202
/******************************************************************************
  T0 左转向   T13 右转向
  信号接口:
  信号定义:
hu's avatar
hu committed
203
  输出信号:
hu's avatar
hu committed
204
 ******************************************************************************/
hu's avatar
hu committed
205 206 207 208 209 210 211 212 213 214 215 216 217 218
void Telltales_Left_Right_Management_Service(void) /*10ms*/
{
    uint8_t Edge;
    uint8_t RIGHT_ST = 0x00u;
    uint8_t LEFT_ST = 0x00u;

    RIGHT_ST = Line_In_Get_Status(LINE_IN_TURN_R);
    LEFT_ST = Line_In_Get_Status(LINE_IN_TURN_L);

    Edge = 0xffu ;

    if (LEFT_ST == 1u)//左转向
    {
        SEG_LED_TURN_LEFT(7);//左转向断码屏开
219
        IS31_CHIP0_CHANNEL36 = LED_BRIGHTNESSG;
hu's avatar
hu committed
220 221 222 223 224 225
    }
    else
    {
        SEG_LED_TURN_LEFT(0);
        IS31_CHIP0_CHANNEL36 = 0x00u;
    }
226
    if (TelltaleLRCtrl.LastLeft != LEFT_ST)
hu's avatar
hu committed
227 228 229 230 231 232 233 234
    {
        TelltaleLRCtrl.LastLeft = LEFT_ST;
        Edge = LEFT_ST;
    }

    if (RIGHT_ST == 1u)//右转向
    {
        SEG_LED_TURN_RIGHT(7);//右转向断码屏开
235
        IS31_CHIP0_CHANNEL24 = LED_BRIGHTNESSG;
hu's avatar
hu committed
236 237 238 239 240 241 242 243 244 245 246 247 248
    }
    else
    {
        SEG_LED_TURN_RIGHT(0);
        IS31_CHIP0_CHANNEL24 = 0x00u;
    }

    if (TelltaleLRCtrl.LastRight != RIGHT_ST)
    {
        TelltaleLRCtrl.LastRight = RIGHT_ST;
        Edge = RIGHT_ST;
    }

249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
//    if (TelltaleLRCtrl.Delay > 0u)
//    {
//        TelltaleLRCtrl.Delay--;
//    }
//    else
//    {
//        if (Edge != 0xFFu)
//        {
//            if (Edge)
//            {
//                Sound_Request(SND_TICK, 1u);
//            }
//            else
//            {
//                Sound_Request(SND_TOCK, 1u);
//            }
//
//            TelltaleLRCtrl.Delay = 10u; /*200ms内不允许重复播放声音*/
//        }
//        else
//        {
//            Sound_Delete(SND_TICK);
//            Sound_Delete(SND_TOCK);
//        }
//    }
hu's avatar
hu committed
274 275
}

hu's avatar
hu committed
276
void LED_Left_Right_Execution(uint8_t led_status)
hu's avatar
hu committed
277
{
hu's avatar
hu committed
278 279 280 281
    if (led_status == 1u)
    {
        SEG_LED_TURN_LEFT(7);/*左转向断码屏开*/
        IS31_CHIP0_CHANNEL36 = LED_BRIGHTNESSG;
hu's avatar
hu committed
282

hu's avatar
hu committed
283 284 285 286 287 288 289 290 291 292 293
        SEG_LED_TURN_RIGHT(7);/*右转向断码屏开*/
        IS31_CHIP0_CHANNEL24 = LED_BRIGHTNESSG;
    }
    else
    {
        SEG_LED_TURN_LEFT(0);/*左转向断码屏开*/
        IS31_CHIP0_CHANNEL36 = 0u;

        SEG_LED_TURN_RIGHT(0);/*右转向断码屏开*/
        IS31_CHIP0_CHANNEL24 = 0u;
    }
hu's avatar
hu committed
294
}
hu's avatar
hu committed
295

296 297
/******************************************************************************
  T1  INTER DIFF LOCK
hu's avatar
hu committed
298
  信号接口:  B36 HIGH
299
  信号定义:
hu's avatar
hu committed
300
  输出信号:
301
 ******************************************************************************/
hu's avatar
hu committed
302 303 304 305
uint8_t LED_INTER_DIFF_LOCK_T_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
306 307

    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_RR_DIFF_LOCK);
hu's avatar
hu committed
308 309 310 311 312 313 314 315 316 317 318 319

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
320 321
void LED_INTER_DIFF_LOCK_T_Execution(uint8_t led_status)
{
hu's avatar
hu committed
322
    RR_DIFF_LOCK_MCU = led_status;
323 324 325 326 327 328 329 330 331 332 333 334

    if (led_status == 1)
    {
        SEG_LED_INTER_DIFF_LOCK_T(7);
    }
    else
    {
        SEG_LED_INTER_DIFF_LOCK_T(0);
    }
}

/******************************************************************************
hu's avatar
hu committed
335
  T2
336 337
  信号接口:
  信号定义:
hu's avatar
hu committed
338
  输出信号:
339
 ******************************************************************************/
hu's avatar
hu committed
340
uint8_t LED_FOUR_MUL_FOUR_T_Judgement(void)
341 342 343
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
344

hu's avatar
hu committed
345
    m_Condition1 = (uint8_t)XXXX;
346 347 348 349 350 351 352 353 354 355 356 357

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
358
void LED_FOUR_MUL_FOUR_T_Execution(uint8_t led_status)
359
{
hu's avatar
hu committed
360 361
    if (led_status == 1)
    {
362 363 364 365 366 367 368 369
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL35 = LED_BRIGHTNESSGBL;
        }
        else
        {
            IS31_CHIP0_CHANNEL35 = LED_BRIGHTNESSG;
        }
hu's avatar
hu committed
370
        SEG_LED_FOUR_MUL_FOUR_T(7);
371 372 373
    }
    else
    {
hu's avatar
hu committed
374
        IS31_CHIP0_CHANNEL35 = 0x00;
hu's avatar
hu committed
375
        SEG_LED_FOUR_MUL_FOUR_T(0);
376 377 378 379
    }
}

/******************************************************************************
hu's avatar
hu committed
380
  T4 EXH BRAKE
hu's avatar
hu committed
381
  信号接口: 0x18FF2300 Byte:2,bit:2-1==01(B)  功能调整----2022.05.10----
382
  信号定义:
hu's avatar
hu committed
383
  输出信号:
384
 ******************************************************************************/
hu's avatar
hu committed
385 386 387 388
uint8_t LED_EXH_BRAKE_T_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
389

hu's avatar
hu committed
390
    m_Condition1 = (uint8_t)Get_ID_18FF2300_Sig_Exh_Lamp();
391

hu's avatar
hu committed
392 393

    if (m_Condition1 == 0x01u)
hu's avatar
hu committed
394 395 396 397 398 399 400
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }
401

hu's avatar
hu committed
402 403 404 405 406 407
    return u8Result;
}
void LED_EXH_BRAKE_T_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
408 409 410 411 412 413 414 415
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL34 = LED_BRIGHTNESSGBL;
        }
        else
        {
            IS31_CHIP0_CHANNEL34 = LED_BRIGHTNESSG;
        }
hu's avatar
hu committed
416 417 418 419
        SEG_LED_EXH_BRAKE_T(7);
    }
    else
    {
hu's avatar
hu committed
420
        IS31_CHIP0_CHANNEL34 = 0x00;
hu's avatar
hu committed
421 422 423
        SEG_LED_EXH_BRAKE_T(0);
    }
}
424 425

/******************************************************************************
hu's avatar
hu committed
426
  T5 QOS(GLOW)
hu's avatar
hu committed
427
  信号接口: 0x18FF2300 Byte:2,bit:6-5==01(B)
428
  信号定义:
hu's avatar
hu committed
429
  输出信号:
430
 ******************************************************************************/
hu's avatar
hu committed
431
uint8_t LED_QOS_GLOW_T_Judgement(void)
432 433 434
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
435

hu's avatar
hu committed
436
    m_Condition1 = (uint8_t)Get_ID_18FF2300_Sig_Glow_Lamp();
437 438 439 440 441 442 443 444 445 446 447 448

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
449
void LED_QOS_GLOW_T_Execution(uint8_t led_status)
450
{
hu's avatar
hu committed
451 452
    if (led_status == 1)
    {
453
        IS31_CHIP0_CHANNEL33 = LED_BRIGHTNESSY;
hu's avatar
hu committed
454
        SEG_LED_QOS_GLOW_T(7);
455 456 457
    }
    else
    {
hu's avatar
hu committed
458
        IS31_CHIP0_CHANNEL33 = 0x00;
hu's avatar
hu committed
459
        SEG_LED_QOS_GLOW_T(0);
460 461 462
    }
}
/******************************************************************************
hu's avatar
hu committed
463
  T6 HI BEAM
hu's avatar
hu committed
464
  信号接口: A25  HIGH
465 466 467
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
468
uint8_t LED_HI_BEAM_T_Judgement(void)
hu's avatar
hu committed
469 470 471
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
472

hu's avatar
hu committed
473
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_HI_BEAM);
hu's avatar
hu committed
474 475 476 477 478 479 480 481 482 483 484 485

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
486 487 488 489
void LED_HI_BEAM_T_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
490 491 492 493 494 495 496 497
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL32 = LED_BRIGHTNESSBBL;
        }
        else
        {
            IS31_CHIP0_CHANNEL32 = LED_BRIGHTNESSB;
        }
hu's avatar
hu committed
498 499 500 501
        SEG_LED_HI_BEAM_T(7);
    }
    else
    {
hu's avatar
hu committed
502
        IS31_CHIP0_CHANNEL32 = 0x00;
hu's avatar
hu committed
503 504 505
        SEG_LED_HI_BEAM_T(0);
    }
}
hu's avatar
hu committed
506

hu's avatar
hu committed
507 508
/******************************************************************************
  T7 Rr FOG LAMP
hu's avatar
hu committed
509
  信号接口: B14 HIGH
hu's avatar
hu committed
510 511 512 513
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_Rr_FOG_LAMP_T_Judgement(void)
hu's avatar
hu committed
514 515 516
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
517

hu's avatar
hu committed
518
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_Rr_FOG_LAMP);
hu's avatar
hu committed
519

hu's avatar
hu committed
520
    if (m_Condition1 == 1u)
hu's avatar
hu committed
521 522 523 524 525 526 527 528 529 530
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
531 532 533
void LED_Rr_FOG_LAMP_T_Execution(uint8_t led_status)
{
    T7_LED_OUT = led_status;
hu's avatar
hu committed
534

hu's avatar
hu committed
535 536 537 538 539 540 541 542 543 544 545 546
    if (led_status == 1)
    {
        SEG_LED_Rr_FOG_LAMP_T(7);
    }
    else
    {
        SEG_LED_Rr_FOG_LAMP_T(0);
    }
}

/******************************************************************************
  T8 MIL
hu's avatar
hu committed
547
  信号接口: A31  GND   2022-05-10
hu's avatar
hu committed
548 549 550 551
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_MIL_T_Judgement(void)
hu's avatar
hu committed
552 553 554
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
555

hu's avatar
hu committed
556
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_MIL);
hu's avatar
hu committed
557 558 559

    if (m_Condition1 == 1u)
    {
hu's avatar
hu committed
560
        u8Result = 1u;
hu's avatar
hu committed
561 562 563
    }
    else
    {
hu's avatar
hu committed
564
        u8Result = 0u;
hu's avatar
hu committed
565 566 567 568
    }

    return u8Result;
}
hu's avatar
hu committed
569 570 571 572
void LED_MIL_T_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
573
        IS31_CHIP0_CHANNEL31 = LED_BRIGHTNESSY;
hu's avatar
hu committed
574 575 576 577
        SEG_LED_MIL_T(7);
    }
    else
    {
hu's avatar
hu committed
578
        IS31_CHIP0_CHANNEL31 = 0x00;
hu's avatar
hu committed
579 580 581
        SEG_LED_MIL_T(0);
    }
}
hu's avatar
hu committed
582

hu's avatar
hu committed
583 584
/******************************************************************************
  T9 SVS
hu's avatar
hu committed
585
  信号接口: 0x18FED900 Byte:5,bit:8-7==01(B)
hu's avatar
hu committed
586 587 588 589
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_SVS_T_Judgement(void)
hu's avatar
hu committed
590 591 592
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
593

hu's avatar
hu committed
594
    m_Condition1 = (uint8_t)Get_ID_18FED900_Sig_SVS_Lamp_Status();
hu's avatar
hu committed
595 596 597 598 599 600 601 602 603 604 605 606

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
607 608 609 610
void LED_SVS_T_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
611
        IS31_CHIP0_CHANNEL30 = LED_BRIGHTNESSY;
hu's avatar
hu committed
612 613 614 615
        SEG_LED_SVS_T(7);
    }
    else
    {
hu's avatar
hu committed
616
        IS31_CHIP0_CHANNEL30 = 0x00;
hu's avatar
hu committed
617 618 619
        SEG_LED_SVS_T(0);
    }
}
hu's avatar
hu committed
620

hu's avatar
hu committed
621 622 623 624 625 626 627
/******************************************************************************
  T10 H.S.A
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_H_S_A_T_Judgement(void)
hu's avatar
hu committed
628 629 630
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
631
    uint8_t m_Condition2 = 0u;
632

hu's avatar
hu committed
633 634
    m_Condition1 = Get_ID_18FDC40B_Sig_HSAYellow_Sta();
    m_Condition2 = Get_ID_18F0010B_Sig_HSAGreen_Sta();
hu's avatar
hu committed
635 636 637

    if (m_Condition1 == 1u)
    {
hu's avatar
hu committed
638
        u8Result = 2u;
hu's avatar
hu committed
639
    }
640 641
    else if (m_Condition1 == 2u)
    {
hu's avatar
hu committed
642 643 644 645 646
        u8Result = FLASH_SYNC_2Hz;
    }
    else if (m_Condition2 == 1u)
    {
        u8Result = 3u;
647
    }
hu's avatar
hu committed
648 649 650 651 652 653 654
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
655 656
void LED_H_S_A_T_Execution(uint8_t led_status)
{
657
    if (led_status == 1u)
hu's avatar
hu committed
658
    {
hu's avatar
hu committed
659 660
        IS31_CHIP0_CHANNEL29 = LED_BRIGHTNESSY;  /*黄灯 闪烁*/
        IS31_CHIP0_CHANNEL28 = 0x00u;
hu's avatar
hu committed
661
    }
662
    else if (led_status == 2u)
hu's avatar
hu committed
663 664 665 666 667
    {
        IS31_CHIP0_CHANNEL29 = LED_BRIGHTNESSY;    /*黄灯 亮*/
        IS31_CHIP0_CHANNEL28 = 0x00;  /*绿灯 灭*/
    }
    else if (led_status == 3u)
hu's avatar
hu committed
668
    {
669 670 671 672 673 674 675 676
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL28 = LED_BRIGHTNESSGBL;    /*绿灯 亮*/
        }
        else
        {
            IS31_CHIP0_CHANNEL28 = LED_BRIGHTNESSG;    /*绿灯 亮*/
        }
hu's avatar
hu committed
677
        IS31_CHIP0_CHANNEL29 = 0x00u;  /*黄灯 灭*/
hu's avatar
hu committed
678 679 680
    }
    else
    {
hu's avatar
hu committed
681 682
        IS31_CHIP0_CHANNEL28 = 0x00;  /*绿灯 灭*/
        IS31_CHIP0_CHANNEL29 = 0x00;  /*黄灯 灭*/
hu's avatar
hu committed
683
    }
hu's avatar
hu committed
684

hu's avatar
hu committed
685
    if (led_status != 0x00u)
hu's avatar
hu committed
686 687 688 689 690 691 692 693
    {
        SEG_LED_H_S_A_T(7);
    }
    else
    {
        SEG_LED_H_S_A_T(0);
    }
}
hu's avatar
hu committed
694

hu's avatar
hu committed
695 696
/******************************************************************************
  T11 RETARDER
hu's avatar
hu committed
697
  信号接口: 0x18FF5510 Byte:1,bit:1==01(B) 绿    ----  0x18FF5510  Byte1,Bit1 Byte:1,bit:1==10(B)  黄闪
hu's avatar
hu committed
698
  信号定义: 2022-02-09 取消EOL配置条件
hu's avatar
hu committed
699 700 701
  输出信号:
 ******************************************************************************/
uint8_t LED_RETARDER_T_Judgement(void)
hu's avatar
hu committed
702 703 704
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
705 706

    m_Condition1 = (uint8_t)Get_ID_18FF5510_Sig_Intarder_Pilot_Lamp_State();
hu's avatar
hu committed
707

hu's avatar
hu committed
708
    if (m_Condition1 == 2u)
hu's avatar
hu committed
709
    {
hu's avatar
hu committed
710
        u8Result = FLASH_SYNC_1Hz;
hu's avatar
hu committed
711
    }
hu's avatar
hu committed
712
    else if (m_Condition1 == 1u)
hu's avatar
hu committed
713
    {
hu's avatar
hu committed
714
        u8Result = 2u;
hu's avatar
hu committed
715 716 717 718
    }

    return u8Result;
}
719

hu's avatar
hu committed
720 721
void LED_RETARDER_T_Execution(uint8_t led_status)
{
hu's avatar
hu committed
722
    if (led_status == 1u)
hu's avatar
hu committed
723
    {
hu's avatar
hu committed
724 725 726 727 728
        IS31_CHIP0_CHANNEL27 = 0x00u; /* 绿灯 灭 */
        IS31_CHIP0_CHANNEL26 = 0xFFu;//LED_BRIGHTNESSY; /* 黄灯 亮 闪 */
    }
    else if (led_status == 2u)
    {
729 730 731 732 733 734 735 736
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL27 = LED_BRIGHTNESSGBL; /* 绿灯 亮 */
        }
        else
        {
            IS31_CHIP0_CHANNEL27 = LED_BRIGHTNESSG; /* 绿灯 亮 */
        }
hu's avatar
hu committed
737 738 739 740 741 742 743
        IS31_CHIP0_CHANNEL26 = 0x00u; /* 黄灯 灭 */
    }
    else
    {
        IS31_CHIP0_CHANNEL27 = 0x00u; /* 绿灯 灭 */
        IS31_CHIP0_CHANNEL26 = 0x00u; /* 黄灯 灭 */
    }
hu's avatar
hu committed
744

hu's avatar
hu committed
745 746 747
    if (led_status != 0x00u)
    {
        SEG_LED_RETARDER_T(7);
hu's avatar
hu committed
748 749 750 751 752 753 754 755 756 757 758 759 760 761
    }
    else
    {
        SEG_LED_RETARDER_T(0);
    }
}

/******************************************************************************
  T12 AUTO LEVELING
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_AUTO_LEVELING_T_Judgement(void)
hu's avatar
hu committed
762 763 764
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
765

hu's avatar
hu committed
766
    m_Condition1 = (uint8_t)XXXX;
hu's avatar
hu committed
767 768 769 770 771 772 773 774 775 776 777 778 779

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}

hu's avatar
hu committed
780 781 782 783
void LED_AUTO_LEVELING_T_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
784
        IS31_CHIP0_CHANNEL25 = LED_BRIGHTNESSY;
hu's avatar
hu committed
785 786 787 788
        SEG_LED_AUTO_LEVELING_T(7);
    }
    else
    {
hu's avatar
hu committed
789
        IS31_CHIP0_CHANNEL25 = 0x00;
hu's avatar
hu committed
790 791 792 793 794
        SEG_LED_AUTO_LEVELING_T(0);
    }
}

/******************************************************************************
hu's avatar
hu committed
795
  L1 ROWS
hu's avatar
hu committed
796 797 798 799
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
800
uint8_t LED_ROWS_L_Judgement(void)
hu's avatar
hu committed
801 802 803
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
804

hu's avatar
hu committed
805
    m_Condition1 = (uint8_t)XXXX;
hu's avatar
hu committed
806 807 808 809 810 811 812 813 814 815 816 817

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
818
void LED_ROWS_L_Execution(uint8_t led_status)
hu's avatar
hu committed
819
{
hu's avatar
hu committed
820 821
    if (led_status == 1)
    {
822
        IS31_CHIP0_CHANNEL01 = LED_BRIGHTNESSY;
hu's avatar
hu committed
823
        SEG_LED_ROWS_L(7);
hu's avatar
hu committed
824
    }
hu's avatar
hu committed
825
    else
hu's avatar
hu committed
826
    {
hu's avatar
hu committed
827
        IS31_CHIP0_CHANNEL01 = 0x00;
hu's avatar
hu committed
828
        SEG_LED_ROWS_L(0);
hu's avatar
hu committed
829 830 831 832
    }
}

/******************************************************************************
hu's avatar
hu committed
833
  L2 BSM OFF
hu's avatar
hu committed
834 835 836 837
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
838
uint8_t LED_BSM_OFF_L_Judgement(void)
hu's avatar
hu committed
839 840 841
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
842

hu's avatar
hu committed
843
    m_Condition1 = (uint8_t)XXXX;
hu's avatar
hu committed
844 845 846 847

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
hu's avatar
hu committed
848 849 850 851 852
    }
    else
    {
        u8Result = 0u;
    }
853

hu's avatar
hu committed
854 855
    return u8Result;
}
hu's avatar
hu committed
856
void LED_BSM_OFF_L_Execution(uint8_t led_status)
hu's avatar
hu committed
857
{
hu's avatar
hu committed
858 859
    if (led_status == 1)
    {
860
        IS31_CHIP0_CHANNEL02 = LED_BRIGHTNESSY;
hu's avatar
hu committed
861
        SEG_LED_BSM_OFF_L(7);
hu's avatar
hu committed
862 863 864
    }
    else
    {
hu's avatar
hu committed
865
        IS31_CHIP0_CHANNEL02 = 0x00;
hu's avatar
hu committed
866
        SEG_LED_BSM_OFF_L(0);
hu's avatar
hu committed
867 868 869
    }
}

hu's avatar
hu committed
870
/******************************************************************************
hu's avatar
hu committed
871
  L3 AEBS OFF
hu's avatar
hu committed
872 873 874 875
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
876
uint8_t LED_AEBS_OFF_L_Judgement(void)
hu's avatar
hu committed
877 878 879
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
880 881
    uint8_t m_Condition2 = 0u;
    uint8_t m_Condition3 = 0u;
hu's avatar
hu committed
882 883 884 885 886 887
    uint8_t m_Condition4 = 0u;
    uint8_t m_Condition5 = 0u;
    uint8_t m_Condition6 = 0u;
    uint8_t CanStatus1 = 0u;
    uint8_t CanStatus2 = 0u;
    uint8_t CanStatus3 = 0u;
hu's avatar
hu committed
888

hu's avatar
hu committed
889 890 891 892
    m_Condition1 = (uint8_t)Get_ID_CF02F2A_Sig_Advanced_Emerg_Braking_Sys_Sta();
    m_Condition2 = (uint8_t)Get_ID_CF02FA1_Sig_Advanced_Emerg_Braking_Sys_Sta();
    m_Condition3 = (uint8_t)Get_ID_CF02FA0_Sig_Advanced_Emerg_Braking_Sys_Sta();

hu's avatar
hu committed
893 894 895 896 897 898 899 900
    CanStatus1 = CAN_MSG_Status(ID_CanMsg0CF02F2A_Msg_Count);
    CanStatus2 = CAN_MSG_Status(ID_CanMsg0CF02FA1_Msg_Count);
    CanStatus3 = CAN_MSG_Status(ID_CanMsg0CF02FA0_Msg_Count);

    m_Condition4 = (uint8_t)Get_ID_18FECA2A_Sig_AebsOff();
    m_Condition5 = (uint8_t)Get_ID_18FECAA1_Sig_AebsOff();
    m_Condition6 = (uint8_t)Get_ID_18FECAA0_Sig_AebsOff();

hu's avatar
hu committed
901
    if (K_Line_Set.K_Line_LID28 == 0x01u)
hu's avatar
hu committed
902
    {
hu's avatar
hu committed
903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
        if (
            (m_Condition1 == 0x02u) || (m_Condition2 == 0x02u) || (m_Condition3 == 0x02u) ||
            ((CanStatus1 == CAN_SIG_LOST) && (CanStatus2 == CAN_SIG_LOST) && (CanStatus3 == CAN_SIG_LOST)) ||
            (m_Condition4 == 0x01u) || (m_Condition5 == 0x01u) || (m_Condition6 == 0x01u)
        )
        {
            u8Result = 1u;
        }
        else if ((m_Condition1 == 0x0Eu) || (m_Condition2 == 0x0Eu) || (m_Condition3 == 0x0Eu))
        {
            u8Result = FLASH_SYNC_1Hz;
        }
        else
        {
            u8Result = 0u;
        }
hu's avatar
hu committed
919
    }
hu's avatar
hu committed
920 921 922 923 924 925 926
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
927
void LED_AEBS_OFF_L_Execution(uint8_t led_status)
hu's avatar
hu committed
928
{
hu's avatar
hu committed
929
    if (K_Line_Set.K_Line_LID28 == 0x01u)
hu's avatar
hu committed
930
    {
hu's avatar
hu committed
931 932 933 934 935 936 937 938 939 940
        if (led_status == 1)
        {
            IS31_CHIP0_CHANNEL03 = LED_BRIGHTNESSY;
            SEG_LED_AEBS_OFF_L(7);
        }
        else
        {
            IS31_CHIP0_CHANNEL03 = 0x00;
            SEG_LED_AEBS_OFF_L(0);
        }
hu's avatar
hu committed
941 942 943
    }
    else
    {
hu's avatar
hu committed
944
        IS31_CHIP0_CHANNEL03 = 0x00;
hu's avatar
hu committed
945 946
        SEG_LED_AEBS_OFF_L(0);
    }
hu's avatar
hu committed
947 948
}

hu's avatar
hu committed
949
/******************************************************************************
hu's avatar
hu committed
950
  L4 LDWS
hu's avatar
hu committed
951 952 953 954 955
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_LDWS_L_Judgement(void)
hu's avatar
hu committed
956 957 958 959
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
    uint8_t m_Condition2 = 0u;
hu's avatar
hu committed
960 961
    uint8_t CanStatus1 = 0u;
    uint8_t CanStatus2 = 0u;
hu's avatar
hu committed
962

hu's avatar
hu committed
963 964
    m_Condition1 = (uint8_t)Get_ID_18FE5BE8_Sig_Lane_Departure_Warning_Sys_Sta();
    m_Condition2 = (uint8_t)Get_ID_18FECAE8_Sig_Amber_Warning_Lamp_Status();
hu's avatar
hu committed
965

hu's avatar
hu committed
966 967 968
    CanStatus1 = CAN_MSG_Status(ID_CanMsg18FE5BE8_Msg_Count);
    CanStatus2 = CAN_MSG_Status(ID_CanMsg18FECAE8_Msg_Count);

hu's avatar
hu committed
969
    if (K_Line_Set.K_Line_LID27 == 0x01u)
hu's avatar
hu committed
970
    {
hu's avatar
hu committed
971 972 973 974 975 976 977 978 979 980 981 982
        if ((CanStatus1 == CAN_SIG_LOST) || (m_Condition1 == 0x02u) || (m_Condition2 == 0x01u))
        {
            u8Result = 1u;
        }
        else if ((m_Condition1 == 0x00u) || (m_Condition1 == 0x05u) || (m_Condition1 == 0x0Eu))
        {
            u8Result = FLASH_SYNC_1Hz;
        }
        else
        {
            u8Result = 0u;
        }
hu's avatar
hu committed
983 984 985 986 987 988 989 990
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
991
void LED_LDWS_L_Execution(uint8_t led_status)
hu's avatar
hu committed
992
{
hu's avatar
hu committed
993
    if (K_Line_Set.K_Line_LID27 == 0x01u)
hu's avatar
hu committed
994
    {
hu's avatar
hu committed
995 996 997 998 999 1000 1001 1002 1003 1004
        if (led_status == 1)
        {
            IS31_CHIP0_CHANNEL04 = LED_BRIGHTNESSY;
            SEG_LED_LDWS_L(7);
        }
        else
        {
            IS31_CHIP0_CHANNEL04 = 0x00;
            SEG_LED_LDWS_L(0);
        }
hu's avatar
hu committed
1005 1006 1007
    }
    else
    {
hu's avatar
hu committed
1008
        IS31_CHIP0_CHANNEL04 = 0x00;
hu's avatar
hu committed
1009
        SEG_LED_LDWS_L(0);
hu's avatar
hu committed
1010 1011 1012
    }
}

hu's avatar
hu committed
1013
/******************************************************************************
hu's avatar
hu committed
1014
  L5 SRS
hu's avatar
hu committed
1015 1016 1017 1018
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
1019 1020 1021 1022
uint8_t LED_SRS_L_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1023

hu's avatar
hu committed
1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036
    m_Condition1 = (uint8_t)XXXX;

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1037 1038 1039 1040
void LED_SRS_L_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1041
        IS31_CHIP0_CHANNEL20 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1042 1043 1044 1045
        SEG_LED_SRS_L(7);
    }
    else
    {
hu's avatar
hu committed
1046
        IS31_CHIP0_CHANNEL20 = 0x00;
hu's avatar
hu committed
1047 1048 1049
        SEG_LED_SRS_L(0);
    }
}
hu's avatar
hu committed
1050

hu's avatar
hu committed
1051
/******************************************************************************
hu's avatar
hu committed
1052
  L6 ENG OIL
hu's avatar
hu committed
1053
  信号接口: A32 LOW
hu's avatar
hu committed
1054 1055 1056 1057
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_ENG_OIL_L_Judgement(void)
hu's avatar
hu committed
1058 1059 1060
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1061

hu's avatar
hu committed
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_ENG_OIL);

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1075 1076 1077 1078
void LED_ENG_OIL_L_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1079
        IS31_CHIP0_CHANNEL21 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1080 1081 1082 1083
        SEG_LED_ENG_OIL_L(7);
    }
    else
    {
hu's avatar
hu committed
1084
        IS31_CHIP0_CHANNEL21 = 0x00;
hu's avatar
hu committed
1085 1086 1087
        SEG_LED_ENG_OIL_L(0);
    }
}
hu's avatar
hu committed
1088

hu's avatar
hu committed
1089
/******************************************************************************
hu's avatar
hu committed
1090
  L7 CHARG
hu's avatar
hu committed
1091
  信号接口: A34 LOW
hu's avatar
hu committed
1092 1093 1094 1095
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_CHARG_L_Judgement(void)
hu's avatar
hu committed
1096 1097 1098
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1099

hu's avatar
hu committed
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_CHARGE);

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1113 1114 1115 1116
void LED_CHARG_L_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1117
        IS31_CHIP0_CHANNEL22 = LED_BRIGHTNESSB;
hu's avatar
hu committed
1118 1119 1120 1121
        SEG_LED_CHARG_L(7);
    }
    else
    {
hu's avatar
hu committed
1122
        IS31_CHIP0_CHANNEL22 = 0x00;
hu's avatar
hu committed
1123 1124 1125
        SEG_LED_CHARG_L(0);
    }
}
hu's avatar
hu committed
1126

hu's avatar
hu committed
1127
/******************************************************************************
hu's avatar
hu committed
1128
  L8 SEAT BELT
hu's avatar
hu committed
1129
  信号接口: A30 LOW
hu's avatar
hu committed
1130 1131 1132 1133
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_SEAT_BELT_L_Judgement(void)
hu's avatar
hu committed
1134 1135 1136
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1137

hu's avatar
hu committed
1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_SEAT_BELT);

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1151 1152 1153 1154
void LED_SEAT_BELT_L_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1155
        IS31_CHIP0_CHANNEL23 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1156 1157 1158 1159
        SEG_LED_SEAT_BELT_L(7);
    }
    else
    {
hu's avatar
hu committed
1160
        IS31_CHIP0_CHANNEL23 = 0x00;
hu's avatar
hu committed
1161 1162 1163 1164
        SEG_LED_SEAT_BELT_L(0);
    }
}
/******************************************************************************
hu's avatar
hu committed
1165
  L9 RR DIFF LOCK
hu's avatar
hu committed
1166 1167 1168 1169 1170
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_RR_DIFF_LOCK_L_Judgement(void)
hu's avatar
hu committed
1171 1172 1173
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1174 1175

    m_Condition1 = XXXX;
hu's avatar
hu committed
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1188 1189 1190 1191
void LED_RR_DIFF_LOCK_L_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1192
        IS31_CHIP0_CHANNEL16 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1193 1194 1195 1196
        SEG_LED_RR_DIFF_LOCK_L(7);
    }
    else
    {
hu's avatar
hu committed
1197
        IS31_CHIP0_CHANNEL16 = 0x00;
hu's avatar
hu committed
1198 1199 1200
        SEG_LED_RR_DIFF_LOCK_L(0);
    }
}
hu's avatar
hu committed
1201

hu's avatar
hu committed
1202
/******************************************************************************
hu's avatar
hu committed
1203
  L10 TPMS
hu's avatar
hu committed
1204 1205 1206 1207 1208
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_TPMS_L_Judgement(void)
hu's avatar
hu committed
1209 1210
{
    uint8_t u8Result = 0u;
hu's avatar
hu committed
1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223
    uint8_t CanStatus1 = 0x00u;
    uint8_t Low_Presure = 0u;
    uint8_t High_Presure = 0u;
    uint8_t High_Temperature = 0u;
    uint8_t No_signal = 0u;
    uint8_t Sensor_fault = 0u;

    Low_Presure = (uint8_t)Get_TPMSLow_Presure_Sta();
    High_Presure = (uint8_t)Get_TPMSHigh_Presure_Sta();
    High_Temperature = (uint8_t)Get_TPMSHigh_Temperature_Sta();
    No_signal = (uint8_t)Get_TPMSNo_signal_Sta();
    Sensor_fault = (uint8_t)Get_TPMSSensor_fault_Sta();
    CanStatus1 = CAN_MSG_Status(ID_CanMsg18011733_Msg_Count);
hu's avatar
hu committed
1224

hu's avatar
hu committed
1225
    if (K_Line_Set.K_Line_LID3E == 0x01u)
hu's avatar
hu committed
1226
    {
hu's avatar
hu committed
1227
        if ((Low_Presure == 1u) || (High_Presure == 1u) || (High_Temperature == 1u))
hu's avatar
hu committed
1228 1229 1230
        {
            u8Result = 1u;
        }
hu's avatar
hu committed
1231
        else if ((No_signal == 1u) || (Sensor_fault == 1u) || (CanStatus1 == CAN_SIG_LOST))
hu's avatar
hu committed
1232 1233 1234 1235 1236 1237 1238
        {
            u8Result = FLASH_SYNC_1Hz;
        }
        else
        {
            u8Result = 0u;
        }
hu's avatar
hu committed
1239 1240 1241 1242 1243 1244 1245 1246
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1247 1248
void LED_TPMS_L_Execution(uint8_t led_status)
{
hu's avatar
hu committed
1249
    if (K_Line_Set.K_Line_LID3E == 0x01u)
hu's avatar
hu committed
1250
    {
hu's avatar
hu committed
1251 1252
        if (led_status == 1)
        {
1253
            IS31_CHIP0_CHANNEL17 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1254 1255 1256 1257
            SEG_LED_TPMS_L(7);
        }
        else
        {
hu's avatar
hu committed
1258
            IS31_CHIP0_CHANNEL17 = 0x00;
hu's avatar
hu committed
1259 1260
            SEG_LED_TPMS_L(0);
        }
hu's avatar
hu committed
1261 1262 1263
    }
    else
    {
hu's avatar
hu committed
1264
        IS31_CHIP0_CHANNEL17 = 0x00u;
hu's avatar
hu committed
1265 1266 1267 1268
        SEG_LED_TPMS_L(0);
    }
}
/******************************************************************************
hu's avatar
hu committed
1269
  L11 ASR/EVSC OFF
hu's avatar
hu committed
1270
  信号接口: 18F0010B Byte:3 Bit:3-4==01(B)
hu's avatar
hu committed
1271 1272
  信号定义:
  输出信号:
hu's avatar
hu committed
1273
  说明:调整依据 SXS-VC66-22_EBS WARNING & INDICATOR (7“LCD)改訂1-1_20211116
hu's avatar
hu committed
1274 1275
 ******************************************************************************/
uint8_t LED_ASR_or_EVSC_OFF_L_Judgement(void)
hu's avatar
hu committed
1276 1277 1278
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1279

hu's avatar
hu committed
1280 1281
    m_Condition1 = (uint8_t)Get_ID_18F0010B_Sig_ASR_Offroad_Switch();

hu's avatar
hu committed
1282
    if (K_Line_Set.K_Line_LID22 == 0x01u)
hu's avatar
hu committed
1283
    {
hu's avatar
hu committed
1284 1285 1286 1287 1288 1289 1290 1291
        if (m_Condition1 == 1u)
        {
            u8Result = 1u;
        }
        else
        {
            u8Result = 0u;
        }
hu's avatar
hu committed
1292 1293 1294 1295 1296 1297 1298 1299
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1300 1301
void LED_ASR_or_EVSC_OFF_L_Execution(uint8_t led_status)
{
hu's avatar
hu committed
1302
    if (K_Line_Set.K_Line_LID22 == 0x01u)
hu's avatar
hu committed
1303
    {
hu's avatar
hu committed
1304 1305
        if (led_status == 1)
        {
1306
            IS31_CHIP0_CHANNEL18 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1307 1308 1309 1310
            SEG_LED_ASR_or_EVSC_OFF_L(7);
        }
        else
        {
hu's avatar
hu committed
1311
            IS31_CHIP0_CHANNEL18 = 0x00;
hu's avatar
hu committed
1312 1313
            SEG_LED_ASR_or_EVSC_OFF_L(0);
        }
hu's avatar
hu committed
1314 1315 1316
    }
    else
    {
hu's avatar
hu committed
1317
        IS31_CHIP0_CHANNEL18 = 0x0u;
hu's avatar
hu committed
1318 1319 1320
        SEG_LED_ASR_or_EVSC_OFF_L(0);
    }
}
hu's avatar
hu committed
1321

hu's avatar
hu committed
1322
/******************************************************************************
hu's avatar
hu committed
1323
  L12 EVSC
hu's avatar
hu committed
1324 1325 1326
  信号接口:
  信号定义:
  输出信号:
hu's avatar
hu committed
1327
  调整依据:SXS-VC66-22_EBS WARNING & INDICATOR (7“LCD)改訂1-1_20211116
hu's avatar
hu committed
1328 1329
 ******************************************************************************/
uint8_t LED_EVSC_L_Judgement(void)
hu's avatar
hu committed
1330 1331
{
    uint8_t u8Result = 0u;
hu's avatar
hu committed
1332 1333
    uint8_t CanStatus1 = 0u;
    uint8_t CanStatus2 = 0u;
hu's avatar
hu committed
1334 1335 1336 1337 1338 1339
    uint8_t LineStatus1 = 0u;
    uint8_t CanDataSta1 = 0u;
    uint8_t CanDataSta2 = 0u;
    uint8_t CanDataSta3 = 0u;
    uint8_t CanDataSta4 = 0u;
    uint8_t CanDataSta5 = 0u;
hu's avatar
hu committed
1340 1341
    uint16_t m_Condition6 = 0u;
    uint16_t m_Condition7 = 0u;
1342 1343
    uint8_t m_AirSta1 = 0u;
    uint8_t m_AirSta2 = 0u;
hu's avatar
hu committed
1344

hu's avatar
hu committed
1345 1346
    LineStatus1 = (uint8_t)Line_In_Get_Status(LINE_IN_BRAKE_AIR_EBS); /*A28*/

hu's avatar
hu committed
1347
    CanStatus2 = CAN_MSG_Status(ID_CanMsg18F0010B_Msg_Count);
hu's avatar
hu committed
1348 1349 1350 1351 1352 1353 1354 1355 1356
    CanDataSta2 = (uint8_t)Get_ID_18F0010B_Sig_ASR_Lamp_State(); /*byte1 12*/
    CanDataSta3 = (uint8_t)Get_ID_18F0010B_Sig_ASR_Brake_Control_Active(); /*byte1 34*/
    CanDataSta1 = (uint8_t)Get_ID_18F0010B_Sig_EBS_Red_Warning_Lamp_State(); /*byte6 34*/
    (uint8_t)Get_ID_18F0010B_Sig_EBS_Amber_Warning_State();/*byte6 56*/
    (uint8_t)Get_ID_18F0010B_Sig_ATC_or_ASR_Lamp_State();/*byte6 78*/

    CanStatus1 = CAN_MSG_Status(ID_CanMsg18FE4F0B_Msg_Count);
    CanDataSta5 = (uint8_t)Get_ID_18FE4F0B_Sig_VDC_Lamp_State(); /*byte1 12*/
    CanDataSta4 = (uint8_t)Get_ID_18FE4F0B_Sig_VDC_Fully_operational(); /*byte1 34*/
hu's avatar
hu committed
1357 1358
    m_Condition6 = Common_Get_Air1_Data();  /*气压1 1.89以下*/
    m_Condition7 = Common_Get_Air2_Data();  /*气压1 1.89以下*/
1359 1360
    m_AirSta1 = Common_Get_Air1_Valid();
    m_AirSta2 = Common_Get_Air2_Valid();
hu's avatar
hu committed
1361

1362
    if (((m_Condition6 < 1890u) && (m_AirSta1 == 1u)) || ((m_Condition7 < 1890u) && (m_AirSta2 == 1u)))
hu's avatar
hu committed
1363
    {
hu's avatar
hu committed
1364
        L12_Air_Sta  = 1u;
hu's avatar
hu committed
1365
    }
hu's avatar
hu committed
1366 1367 1368 1369
    else if (((m_Condition6 >= 1990u) && (m_Condition7 >= 1990u)) ||
             ((m_Condition6 >= 1990u) && (m_AirSta2 == 0u)) ||
             ((m_Condition7 >= 1990u) && (m_AirSta1 == 0u)) ||
             ((m_AirSta1 == 0u) && (m_AirSta2 == 0u)))
hu's avatar
hu committed
1370
    {
hu's avatar
hu committed
1371
        L12_Air_Sta = 0u;
hu's avatar
hu committed
1372
    }
hu's avatar
hu committed
1373 1374

    if (
hu's avatar
hu committed
1375 1376 1377
        (LineStatus1 == 1u) || (Common_Get_L12_Air_Sta() == 1u) ||
        (((CanDataSta1 == 1u) || (CanStatus2 == CAN_SIG_LOST)) && (K_Line_Set.K_Line_LID21 == 0x01u)) ||
        (((CanDataSta4 == 0u) || (CanStatus1 == CAN_SIG_LOST)) && (K_Line_Set.K_Line_LID22 == 0x01u))
hu's avatar
hu committed
1378
    )
hu's avatar
hu committed
1379
    {
hu's avatar
hu committed
1380
        u8Result = 1u;
hu's avatar
hu committed
1381
    }
hu's avatar
hu committed
1382 1383
    else if ((((CanDataSta2 == 1u) || (CanDataSta3 == 1u)) && (K_Line_Set.K_Line_LID21 == 0x01u)) ||
             ((CanDataSta5 == 1u) && (K_Line_Set.K_Line_LID22 == 0x01u)))
hu's avatar
hu committed
1384
    {
hu's avatar
hu committed
1385
        u8Result = FLASH_SYNC_2Hz;
hu's avatar
hu committed
1386
    }
hu's avatar
hu committed
1387 1388 1389 1390 1391 1392 1393
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1394
void LED_EVSC_L_Execution(uint8_t led_status)
hu's avatar
hu committed
1395
{
hu's avatar
hu committed
1396
    if (led_status == 1)
hu's avatar
hu committed
1397
    {
1398
        IS31_CHIP0_CHANNEL19 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1399
        SEG_LED_EVSC_L(7);
hu's avatar
hu committed
1400 1401 1402
    }
    else
    {
hu's avatar
hu committed
1403
        IS31_CHIP0_CHANNEL19 = 0x00;
hu's avatar
hu committed
1404
        SEG_LED_EVSC_L(0);
hu's avatar
hu committed
1405 1406 1407
    }
}

hu's avatar
hu committed
1408
/******************************************************************************
hu's avatar
hu committed
1409
  L13 ECO STOP OFF
hu's avatar
hu committed
1410 1411 1412 1413 1414
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_eco_stop_OFF_L_Judgement(void)
hu's avatar
hu committed
1415 1416 1417
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1418
    m_Condition1 = (uint8_t)XXXX;
hu's avatar
hu committed
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1431
void LED_eco_stop_OFF_L_Execution(uint8_t led_status)
hu's avatar
hu committed
1432
{
hu's avatar
hu committed
1433
    if (led_status == 1)
hu's avatar
hu committed
1434
    {
1435 1436 1437 1438 1439 1440 1441 1442
        if (Line_In_Get_Status(LINE_IN_ILLUMINATION))
        {
            IS31_CHIP0_CHANNEL12 = LED_BRIGHTNESSGBL;  /* 绿灯 亮 */
        }
        else
        {
            IS31_CHIP0_CHANNEL12 = LED_BRIGHTNESSG;  /* 绿灯 亮 */
        }
hu's avatar
hu committed
1443
        IS31_CHIP0_CHANNEL13 = 0x00u;  /* 黄灯 灭 */
hu's avatar
hu committed
1444
    }
hu's avatar
hu committed
1445
    else if (led_status == 2)
hu's avatar
hu committed
1446
    {
hu's avatar
hu committed
1447
        IS31_CHIP0_CHANNEL12 = 0x00u;  /* 绿灯 灭 */
1448
        IS31_CHIP0_CHANNEL13 = LED_BRIGHTNESSY;  /* 黄灯 亮 */
hu's avatar
hu committed
1449 1450 1451
    }
    else
    {
hu's avatar
hu committed
1452 1453
        IS31_CHIP0_CHANNEL12 = 0x00u;  /* 绿灯 灭 */
        IS31_CHIP0_CHANNEL13 = 0x00u;  /* 黄灯 灭 */
hu's avatar
hu committed
1454 1455
    }

hu's avatar
hu committed
1456
    if ((led_status == 1) || (led_status == 2))
hu's avatar
hu committed
1457
    {
hu's avatar
hu committed
1458
        SEG_LED_eco_stop_OFF_L(7);
hu's avatar
hu committed
1459 1460 1461
    }
    else
    {
hu's avatar
hu committed
1462
        SEG_LED_eco_stop_OFF_L(0);
hu's avatar
hu committed
1463 1464 1465
    }
}

hu's avatar
hu committed
1466
/******************************************************************************
hu's avatar
hu committed
1467
  L14 AMT
1468
  信号接口:  20220616 条件变更
hu's avatar
hu committed
1469 1470 1471 1472
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_AMT_L_Judgement(void)
hu's avatar
hu committed
1473 1474 1475
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition3 = 0u;
hu's avatar
hu committed
1476
    uint8_t m_Condition4 = 0u;
1477
    uint8_t CanStatus = 0u;
hu's avatar
hu committed
1478

1479 1480 1481 1482 1483
    //m_Condition1 = (uint8_t)Get_ID_18FECA03_Sig_Amber_Warning_Lamp_Status();
    //m_Condition2 = (uint8_t)Get_ID_18FECA03_Sig_Malfunction_indicator_Lamp();
    m_Condition3 = (uint8_t)Get_ID_18FF8503_Sig_Stop_Warning();
    m_Condition4 = (uint8_t)Get_ID_18FF8503_Sig_Spanner_Warning();
    CanStatus = CAN_MSG_Status(ID_CanMsg18FF8503_Msg_Count);
hu's avatar
hu committed
1484

hu's avatar
hu committed
1485
    if (K_Line_Set.K_Line_LID41 == 0x13u)
hu's avatar
hu committed
1486
    {
1487
        if ((m_Condition3 == 1u) || (m_Condition4 == 1u) || (CanStatus == CAN_SIG_LOST))
hu's avatar
hu committed
1488 1489 1490 1491 1492 1493 1494
        {
            u8Result = 1u;
        }
        else
        {
            u8Result = 0u;
        }
hu's avatar
hu committed
1495 1496 1497 1498 1499 1500 1501 1502
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1503
void LED_AMT_L_Execution(uint8_t led_status)
hu's avatar
hu committed
1504
{
hu's avatar
hu committed
1505
    if (K_Line_Set.K_Line_LID41 == 0x13u)
hu's avatar
hu committed
1506
    {
hu's avatar
hu committed
1507 1508
        if (led_status == 1)
        {
1509
            IS31_CHIP0_CHANNEL14 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1510 1511 1512 1513
            SEG_LED_AMT_L(7);
        }
        else
        {
hu's avatar
hu committed
1514
            IS31_CHIP0_CHANNEL14 = 0x00;
hu's avatar
hu committed
1515 1516
            SEG_LED_AMT_L(0);
        }
hu's avatar
hu committed
1517 1518 1519
    }
    else
    {
hu's avatar
hu committed
1520
        IS31_CHIP0_CHANNEL14 = 0x00u;
hu's avatar
hu committed
1521
        SEG_LED_AMT_L(0);
hu's avatar
hu committed
1522 1523 1524
    }
}

hu's avatar
hu committed
1525
/******************************************************************************
hu's avatar
hu committed
1526
  L15 WEAR IND
hu's avatar
hu committed
1527
  信号接口: B38 0V B40 0V
hu's avatar
hu committed
1528
  信号定义:
1529
  输出信号: 接地熄灭20220524
hu's avatar
hu committed
1530 1531
 ******************************************************************************/
uint8_t LED_WEAR_IND_L_Judgement(void)
hu's avatar
hu committed
1532 1533 1534
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1535 1536
    uint8_t m_Condition2 = 0u;

hu's avatar
hu committed
1537
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_WEAR_IND);
hu's avatar
hu committed
1538
    m_Condition2 = (uint8_t)Line_In_Get_Status(LINE_IN_WEAR2);
hu's avatar
hu committed
1539

1540
    if ((m_Condition1 == 0x01u) && (m_Condition2 == 0x01u))
hu's avatar
hu committed
1541
    {
1542
        u8Result = 0u;
hu's avatar
hu committed
1543 1544 1545
    }
    else
    {
1546
        u8Result = 1u;
hu's avatar
hu committed
1547 1548 1549 1550
    }

    return u8Result;
}
hu's avatar
hu committed
1551
void LED_WEAR_IND_L_Execution(uint8_t led_status)
hu's avatar
hu committed
1552 1553 1554
{
    if (led_status == 1)
    {
1555
        IS31_CHIP0_CHANNEL15 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1556
        SEG_LED_WEAR_IND_L(7);
hu's avatar
hu committed
1557 1558 1559
    }
    else
    {
hu's avatar
hu committed
1560
        IS31_CHIP0_CHANNEL15 = 0x00;
hu's avatar
hu committed
1561
        SEG_LED_WEAR_IND_L(0);
hu's avatar
hu committed
1562 1563 1564
    }
}

hu's avatar
hu committed
1565
/******************************************************************************
hu's avatar
hu committed
1566
 R1 PARK BRAKE
hu's avatar
hu committed
1567
 信号接口: A23 GND
hu's avatar
hu committed
1568 1569 1570 1571
 信号定义:
 输出信号:
******************************************************************************/
uint8_t LED_PARK_BRAKE_R_Judgement(void)
hu's avatar
hu committed
1572
{
hu's avatar
hu committed
1573 1574
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1575
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_PARK_BRAKE);
hu's avatar
hu committed
1576

hu's avatar
hu committed
1577
    if (m_Condition1 == 1u)
hu's avatar
hu committed
1578
    {
hu's avatar
hu committed
1579
        u8Result = 1u;
hu's avatar
hu committed
1580 1581 1582
    }
    else
    {
hu's avatar
hu committed
1583
        u8Result = 0u;
hu's avatar
hu committed
1584 1585
    }

hu's avatar
hu committed
1586 1587
    return u8Result;
}
hu's avatar
hu committed
1588
void LED_PARK_BRAKE_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1589 1590 1591
{
    if (led_status == 1)
    {
1592
        IS31_CHIP0_CHANNEL08 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1593
        SEG_LED_PARK_BRAKE_R(7);
hu's avatar
hu committed
1594 1595 1596
    }
    else
    {
hu's avatar
hu committed
1597
        IS31_CHIP0_CHANNEL08 = 0x00;
hu's avatar
hu committed
1598
        SEG_LED_PARK_BRAKE_R(0);
hu's avatar
hu committed
1599 1600 1601
    }
}

hu's avatar
hu committed
1602
/******************************************************************************
hu's avatar
hu committed
1603
  R2 BRAKE AIR/EBS
hu's avatar
hu committed
1604 1605 1606 1607
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
1608
uint8_t LED_BRAKE_AIR_or_EBS_RED_R_Judgement(void)
hu's avatar
hu committed
1609 1610
{
    uint8_t u8Result = 0u;
hu's avatar
hu committed
1611
    uint8_t CanStatus = 0u;
hu's avatar
hu committed
1612
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1613
    uint8_t m_Condition3 = 0u;
hu's avatar
hu committed
1614

hu's avatar
hu committed
1615 1616 1617
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_BRAKE_AIR_EBS);
    m_Condition3 = (uint8_t)Get_ID_18F0010B_Sig_EBS_Red_Warning_Lamp_State();

hu's avatar
hu committed
1618 1619
    CanStatus = CAN_MSG_Status(ID_CanMsg18F0010B_Msg_Count);

hu's avatar
hu committed
1620
    if ((m_Condition1 == 0x01u) || (Common_Get_L12_Air_Sta() == 0x01u) ||
hu's avatar
hu committed
1621
            ((K_Line_Set.K_Line_LID21 == 0x01u) && ((m_Condition3 == 1u) || (CanStatus == CAN_SIG_LOST))))
hu's avatar
hu committed
1622
    {
hu's avatar
hu committed
1623
        u8Result = 1u;
hu's avatar
hu committed
1624 1625 1626 1627 1628 1629 1630 1631
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1632
void LED_BRAKE_AIR_or_EBS_RED_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1633
{
hu's avatar
hu committed
1634
    BRAKE_AIR_EBS_LED_MCU = led_status;
hu's avatar
hu committed
1635 1636 1637

    if (led_status == 1)
    {
hu's avatar
hu committed
1638
        SEG_LED_BRAKE_AIR_or_EBS_RED_R(7);
hu's avatar
hu committed
1639 1640 1641
    }
    else
    {
hu's avatar
hu committed
1642
        SEG_LED_BRAKE_AIR_or_EBS_RED_R(0);
hu's avatar
hu committed
1643 1644 1645
    }
}

hu's avatar
hu committed
1646
/******************************************************************************
hu's avatar
hu committed
1647
  R3 BRAKE LOCK
hu's avatar
hu committed
1648 1649
  信号接口:
  信号定义:
hu's avatar
hu committed
1650
  输出信号:
hu's avatar
hu committed
1651
 ******************************************************************************/
hu's avatar
hu committed
1652
uint8_t LED_BRAKE_LOCK_R_Judgement(void)
hu's avatar
hu committed
1653 1654 1655
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1656

hu's avatar
hu committed
1657
    m_Condition1 = (uint8_t)XXXX;
hu's avatar
hu committed
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1670
void LED_BRAKE_LOCK_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1671
{
hu's avatar
hu committed
1672 1673
    if (led_status == 1)
    {
1674
        IS31_CHIP0_CHANNEL07 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1675
        SEG_LED_BRAKE_LOCK_R(7);
hu's avatar
hu committed
1676 1677 1678
    }
    else
    {
hu's avatar
hu committed
1679
        IS31_CHIP0_CHANNEL07 = 0x00;
hu's avatar
hu committed
1680
        SEG_LED_BRAKE_LOCK_R(0);
hu's avatar
hu committed
1681 1682
    }
}
hu's avatar
hu committed
1683

hu's avatar
hu committed
1684
/******************************************************************************
hu's avatar
hu committed
1685
  R4 AIR SUS
hu's avatar
hu committed
1686 1687 1688 1689
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
1690
uint8_t LED_AIR_SUS_R_Judgement(void)
hu's avatar
hu committed
1691 1692 1693
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1694

hu's avatar
hu committed
1695
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_AIR_SUS);
hu's avatar
hu committed
1696

hu's avatar
hu committed
1697
    if (m_Condition1 == 1u)
hu's avatar
hu committed
1698 1699 1700 1701 1702 1703 1704
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }
hu's avatar
hu committed
1705

hu's avatar
hu committed
1706 1707
    return u8Result;
}
hu's avatar
hu committed
1708
void LED_AIR_SUS_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1709
{
hu's avatar
hu committed
1710 1711
    if (led_status == 1)
    {
1712
        IS31_CHIP0_CHANNEL06 = LED_BRIGHTNESSR;
hu's avatar
hu committed
1713
        SEG_LED_AIR_SUS_R(7);
hu's avatar
hu committed
1714 1715 1716
    }
    else
    {
hu's avatar
hu committed
1717
        IS31_CHIP0_CHANNEL06 = 0x00;
hu's avatar
hu committed
1718
        SEG_LED_AIR_SUS_R(0);
hu's avatar
hu committed
1719 1720 1721
    }
}

hu's avatar
hu committed
1722
/******************************************************************************
hu's avatar
hu committed
1723 1724 1725 1726 1727 1728
  R5 TRAILER BRAKE
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_TRAILER_BRAKE_R_Judgement(void)
hu's avatar
hu committed
1729 1730 1731
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1732

1733
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_TRAILER_BRAKE);
hu's avatar
hu committed
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1746
void LED_TRAILER_BRAKE_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1747 1748 1749
{
    if (led_status == 1)
    {
1750
        IS31_CHIP0_CHANNEL10 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1751
        SEG_LED_TRAILER_BRAKE_R(7);
hu's avatar
hu committed
1752 1753 1754
    }
    else
    {
hu's avatar
hu committed
1755
        IS31_CHIP0_CHANNEL10 = 0x00;
hu's avatar
hu committed
1756
        SEG_LED_TRAILER_BRAKE_R(0);
hu's avatar
hu committed
1757 1758 1759
    }
}

hu's avatar
hu committed
1760
/******************************************************************************
hu's avatar
hu committed
1761
  R6 BRAKE AIR/EBS
hu's avatar
hu committed
1762 1763 1764 1765
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
1766
uint8_t LED_BRAKE_AIR_or_EBS_YELLOW_R_Judgement(void)
hu's avatar
hu committed
1767 1768 1769
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1770 1771

    //m_Condition1 = (uint8_t)Get_ID_18F0010B_Sig_EBS_Amber_Warning_State();
hu's avatar
hu committed
1772

hu's avatar
hu committed
1773
    if (m_Condition1 == 1u)
hu's avatar
hu committed
1774
    {
hu's avatar
hu committed
1775
        u8Result = 0u;
hu's avatar
hu committed
1776 1777 1778 1779 1780 1781 1782 1783
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1784
void LED_BRAKE_AIR_or_EBS_YELLOW_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1785
{
hu's avatar
hu committed
1786 1787
    if (led_status == 1)
    {
1788
        IS31_CHIP0_CHANNEL09 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1789
        SEG_LED_BRAKE_AIR_or_EBS_YELLOW_R(7);
hu's avatar
hu committed
1790 1791 1792
    }
    else
    {
hu's avatar
hu committed
1793
        IS31_CHIP0_CHANNEL09 = 0x00;
hu's avatar
hu committed
1794
        SEG_LED_BRAKE_AIR_or_EBS_YELLOW_R(0);
hu's avatar
hu committed
1795 1796 1797
    }
}

hu's avatar
hu committed
1798
/******************************************************************************
hu's avatar
hu committed
1799
  R7  ACC AIR
hu's avatar
hu committed
1800 1801
  信号接口:
  信号定义:
hu's avatar
hu committed
1802
  输出信号: R6_LED_OUT
hu's avatar
hu committed
1803
 ******************************************************************************/
hu's avatar
hu committed
1804
uint8_t LED_ACC_AIR_R_Judgement(void)
hu's avatar
hu committed
1805 1806 1807
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1808

hu's avatar
hu committed
1809
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_ACC_AIR);
hu's avatar
hu committed
1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1822 1823

void LED_ACC_AIR_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1824
{
hu's avatar
hu committed
1825
    R6_LED_OUT = led_status;
hu's avatar
hu committed
1826 1827 1828

    if (led_status == 1)
    {
hu's avatar
hu committed
1829
        SEG_LED_ACC_AIR_R(7);
hu's avatar
hu committed
1830 1831 1832
    }
    else
    {
hu's avatar
hu committed
1833
        SEG_LED_ACC_AIR_R(0);
hu's avatar
hu committed
1834 1835
    }
}
hu's avatar
hu committed
1836
/******************************************************************************
hu's avatar
hu committed
1837
  R8 ABS
hu's avatar
hu committed
1838 1839 1840 1841
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
hu's avatar
hu committed
1842
uint8_t LED_ABS_R_Judgement(void)
hu's avatar
hu committed
1843 1844
{
    uint8_t u8Result = 0u;
hu's avatar
hu committed
1845
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1846
    uint8_t m_Condition2 = 0u;
hu's avatar
hu committed
1847
    uint8_t CanStatus1 = 0u;
hu's avatar
hu committed
1848

hu's avatar
hu committed
1849
    m_Condition2 = (uint8_t)Get_ID_18F0010B_Sig_ABS_Fully_Operational();/*byte 6 12*/
hu's avatar
hu committed
1850
    CanStatus1 = CAN_MSG_Status(ID_CanMsg18F0010B_Msg_Count);
hu's avatar
hu committed
1851
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_ABS);
hu's avatar
hu committed
1852

hu's avatar
hu committed
1853
    if ((((CanStatus1 == CAN_SIG_LOST) || (m_Condition2 == 0u)) && (K_Line_Set.K_Line_LID21 == 0x01u)) ||
hu's avatar
hu committed
1854
            (m_Condition1 == 1u) && (K_Line_Set.K_Line_LID21 == 0x03u))
hu's avatar
hu committed
1855
    {
hu's avatar
hu committed
1856
        u8Result = 1u;
hu's avatar
hu committed
1857 1858 1859 1860 1861 1862 1863 1864
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1865
void LED_ABS_R_Execution(uint8_t led_status)
hu's avatar
hu committed
1866
{
hu's avatar
hu committed
1867
    ABS_LED_MCU_OUT = led_status;
hu's avatar
hu committed
1868

hu's avatar
hu committed
1869 1870 1871
    if (led_status == 1)
    {
        SEG_LED_ABS_R(7);
hu's avatar
hu committed
1872 1873 1874
    }
    else
    {
hu's avatar
hu committed
1875
        SEG_LED_ABS_R(0);
hu's avatar
hu committed
1876 1877 1878
    }
}

hu's avatar
hu committed
1879 1880 1881 1882 1883 1884 1885 1886 1887 1888
/******************************************************************************
U2 TRAILER ABS
  信号接口:
  信号定义:
  输出信号:U2_LED_OUT
 ******************************************************************************/
uint8_t LED_TRAILER_ABS_U_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1889

hu's avatar
hu committed
1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_TRAILER_ABS);

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}

void LED_TRAILER_ABS_U_Execution(uint8_t led_status)
{
hu's avatar
hu committed
1906
    TRAILER_ABS_LED_MCU_OUT = led_status;
hu's avatar
hu committed
1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927

    if (led_status == 1)
    {
        SEG_LED_TRAILER_ABS_U(7);
    }
    else
    {
        SEG_LED_TRAILER_ABS_U(0);
    }
}

/******************************************************************************
U3 WORKING LAMP
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_WORKING_LAMP_U_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1928

hu's avatar
hu committed
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938
    m_Condition1 = (uint8_t)XXXX;

    if (m_Condition1 == 1u)
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }
hu's avatar
hu committed
1939

hu's avatar
hu committed
1940 1941
    return u8Result;
}
hu's avatar
hu committed
1942 1943 1944 1945
void LED_WORKING_LAMP_U_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1946
        IS31_CHIP0_CHANNEL11 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1947 1948 1949 1950
        SEG_LED_WORKING_LAMP_U(7);
    }
    else
    {
hu's avatar
hu committed
1951
        IS31_CHIP0_CHANNEL11 = 0x00;
hu's avatar
hu committed
1952 1953 1954 1955
        SEG_LED_WORKING_LAMP_U(0);
    }
}

hu's avatar
hu committed
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965
/******************************************************************************
U6 TRAILE ABS INFO
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_TRAILER_ABS_INFO_U_Judgement(void)
{
    uint8_t u8Result = 0u;
    uint8_t m_Condition1 = 0u;
hu's avatar
hu committed
1966

hu's avatar
hu committed
1967 1968
    m_Condition1 = (uint8_t)Line_In_Get_Status(LINE_IN_TRAILER_ABS_INFO);

hu's avatar
hu committed
1969
    if (m_Condition1 == 0x01u)
hu's avatar
hu committed
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
hu's avatar
hu committed
1980 1981 1982 1983
void LED_TRAILER_ABS_INFO_U_Execution(uint8_t led_status)
{
    if (led_status == 1)
    {
1984
        IS31_CHIP0_CHANNEL05 = LED_BRIGHTNESSY;
hu's avatar
hu committed
1985 1986 1987 1988
        SEG_LED_TRAILER_ABS_INFO_U(7);
    }
    else
    {
hu's avatar
hu committed
1989
        IS31_CHIP0_CHANNEL05 = 0x00;
hu's avatar
hu committed
1990 1991
        SEG_LED_TRAILER_ABS_INFO_U(0);
    }
hu's avatar
hu committed
1992 1993 1994 1995
}

/******************************************************************************
Temp
1996
  信号接口:18FEEE00
hu's avatar
hu committed
1997 1998 1999 2000 2001
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_Temp_Judgement(void)
{
2002
    static uint8_t u8Result = 0u;
2003
    uint32_t u32IG_ON_Timer = 0x00u;
hu's avatar
hu committed
2004 2005
    uint8_t m_Condition1 = 0u;

2006
    m_Condition1 = Coolant_Get_CurSeg();
2007
    u32IG_ON_Timer = Common_GetIgnOnTime();
2008

2009
    if ((m_Condition1 >= 11u) &&  (Coolant_Get_Valid() == 1u)  && (u32IG_ON_Timer >= 5500))// && (K_Line_Set.K_Line_LID43 == 0x82u))
hu's avatar
hu committed
2010
    {
2011
        u8Result = 1u;
hu's avatar
hu committed
2012
    }
2013
    else if (m_Condition1 <= 9u)
hu's avatar
hu committed
2014 2015 2016 2017 2018 2019 2020 2021
    {
        u8Result = 0u;
    }

    return u8Result;
}
void LED_Temp_Execution(uint8_t led_status)
{
2022 2023 2024 2025
    COMMON_PowerStatus_t u8IG_st;
    u8IG_st = Common_Get_IG_Sts();

    if (u8IG_st == COMMON_POWER_ON)
hu's avatar
hu committed
2026
    {
2027
        if (led_status == 1u)
2028 2029
        {
            TEMP_R_LED_OUT = 1u ;/*水温红灯*/
hu's avatar
hu committed
2030
            //Water_Temp_Led_R_MCU_OUT = 1u;
hu's avatar
hu committed
2031

2032
            TEMP_W_LED_OUT = 0u ;//水温字符白色指示灯
2033
            //Water_Temp_Led_W_MCU_OUT = 1u;
2034 2035 2036 2037
        }
        else
        {
            TEMP_R_LED_OUT = 0u ;/*水温红灯*/
2038
            //Water_Temp_Led_R_MCU_OUT = 0u;
2039 2040

            TEMP_W_LED_OUT = 1u ;//水温字符白色指示灯
2041
            //Water_Temp_Led_W_MCU_OUT = 1u;
2042
        }
hu's avatar
hu committed
2043 2044 2045 2046
    }
    else
    {
        TEMP_R_LED_OUT = 0u ;/*水温红灯*/
2047
        //Water_Temp_Led_R_MCU_OUT = 0u;
hu's avatar
hu committed
2048

2049
        TEMP_W_LED_OUT = 0u ;//水温字符白色指示灯
2050
        //Water_Temp_Led_W_MCU_OUT = 0u;
hu's avatar
hu committed
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062
    }
}

/******************************************************************************
Fuel
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t LED_Fuel_Judgement(void)
{
    uint8_t u8Result = 0u;
hu's avatar
hu committed
2063
    uint8_t variable_1 = 0x00u;
hu's avatar
hu committed
2064

hu's avatar
hu committed
2065
    variable_1 = Fuel_Get_Popup_Sta();
hu's avatar
hu committed
2066

hu's avatar
hu committed
2067
    if (variable_1 == 1)//&& (K_Line_Set.K_Line_LID43 == 0x82u))
hu's avatar
hu committed
2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079
    {
        u8Result = 1u;
    }
    else
    {
        u8Result = 0u;
    }

    return u8Result;
}
void LED_Fuel_Execution(uint8_t led_status)
{
2080
    COMMON_PowerStatus_t u8IG_st;
hu's avatar
hu committed
2081

2082 2083 2084
    u8IG_st = Common_Get_IG_Sts();

    if (u8IG_st == COMMON_POWER_ON)
hu's avatar
hu committed
2085
    {
2086
        if (led_status == 1u)
2087
        {
hu's avatar
hu committed
2088
            FUEL_LED_Y_MCU = 1u ;
2089
            //FUEL_W_LED_OUT = 0u ;
2090 2091 2092
        }
        else
        {
hu's avatar
hu committed
2093
            FUEL_LED_Y_MCU = 0u ;
2094
            //FUEL_W_LED_OUT = 1u ;
2095
        }
hu's avatar
hu committed
2096 2097 2098
    }
    else
    {
hu's avatar
hu committed
2099
        FUEL_LED_Y_MCU = 0u ;
2100
        //FUEL_W_LED_OUT = 0u ;
hu's avatar
hu committed
2101
    }
hu's avatar
hu committed
2102 2103 2104
}

/******************************************************************************
2105
Common_Get_L12_Air_Sta
hu's avatar
hu committed
2106 2107 2108 2109 2110 2111 2112
  信号接口:
  信号定义:
  输出信号:
 ******************************************************************************/
uint8_t Common_Get_L12_Air_Sta(void)
{
    return L12_Air_Sta ;
hu's avatar
hu committed
2113
}