Searched refs:EnableInterruptStatus (Results 1 – 2 of 2) sorted by relevance
745 eMios_Icu_Ip_WsChState[instance][hwChannel].EnableInterruptStatus = 0U; in Emios_Icu_Ip_Init()867 eMios_Icu_Ip_WsChState[instance][hwChannel].EnableInterruptStatus = 0U; in Emios_Icu_Ip_Deinit()2002 if ((uint8)0U == eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus) in Emios_Icu_Ip_WheelSpeedEnableInterrupt()2006 eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus |= (uint8)isrSource; in Emios_Icu_Ip_WheelSpeedEnableInterrupt()2021 eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus = 0U; in Emios_Icu_Ip_WheelSpeedDisableInterrupt()2025 eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus &= ~((uint8)isrSource); in Emios_Icu_Ip_WheelSpeedDisableInterrupt()2028 if (0U == eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus) in Emios_Icu_Ip_WheelSpeedDisableInterrupt()
468 uint8 EnableInterruptStatus; member