Searched refs:isrSource (Results 1 – 2 of 2) sorted by relevance
817 …elSpeedEnableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource);831 …lSpeedDisableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource);
1993 …eelSpeedEnableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource) in Emios_Icu_Ip_WheelSpeedEnableInterrupt() argument2000 s_emiosBase[instance]->CH.WSC[hwWSChannelId].WSC2 |= eMIOS_WSC2_FLAGSEL(isrSource); in Emios_Icu_Ip_WheelSpeedEnableInterrupt()2006 eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus |= (uint8)isrSource; in Emios_Icu_Ip_WheelSpeedEnableInterrupt()2010 …elSpeedDisableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource) in Emios_Icu_Ip_WheelSpeedDisableInterrupt() argument2017 s_emiosBase[instance]->CH.WSC[hwWSChannelId].WSC2 &= ~eMIOS_WSC2_FLAGSEL(isrSource); in Emios_Icu_Ip_WheelSpeedDisableInterrupt()2019 if (EMIOS_FLAG_NONE == isrSource) in Emios_Icu_Ip_WheelSpeedDisableInterrupt()2025 eMios_Icu_Ip_WsChState[instance][hwWSChannel].EnableInterruptStatus &= ~((uint8)isrSource); in Emios_Icu_Ip_WheelSpeedDisableInterrupt()