Home
last modified time | relevance | path

Searched refs:isrSource (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Icu/include/
DEmios_Icu_Ip.h817 …elSpeedEnableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource);
831 …lSpeedDisableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource);
/hal_nxp-latest/s32/drivers/s32ze/Icu/src/
DEmios_Icu_Ip.c1993 …eelSpeedEnableInterrupt(uint8 instance, uint8 hwWSChannel, eMios_Icu_Ip_WscIsrSourceType isrSource) in Emios_Icu_Ip_WheelSpeedEnableInterrupt() argument
2000 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() argument
2017 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()