Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Icu/src/
DEmios_Icu_Ip.c745 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()
/hal_nxp-latest/s32/drivers/s32ze/Icu/include/
DEmios_Icu_Ip_Types.h468 uint8 EnableInterruptStatus; member