Searched refs:EMIOS_ICU_IP_INSTANCE_COUNT (Results 1 – 3 of 3) sorted by relevance
137 static boolean eMios_Icu_Ip_bInstanceState[EMIOS_ICU_IP_INSTANCE_COUNT];154 static uint8 eMios_Icu_Ip_u8NumOvflByCounterBus[EMIOS_ICU_IP_INSTANCE_COUNT][EMIOS_ICU_IP_NUM_OF_CH…216 uint8 eMios_Icu_Ip_IndexInChState[EMIOS_ICU_IP_INSTANCE_COUNT][EMIOS_ICU_IP_NUM_OF_CHANNELS] = EMIO…519 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_Init()671 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_Deinit()759 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_SetSleepMode()772 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_SetNormalMode()793 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_SetActivation()837 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_EnableEdgeDetection()860 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_DisableEdgeDetection()[all …]
145 extern uint8 eMios_Icu_Ip_IndexInChState[EMIOS_ICU_IP_INSTANCE_COUNT][EMIOS_ICU_IP_NUM_OF_CHANNELS];401 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_GetCaptureRegA()996 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_SignalMeasurementHandler()1038 DevAssert(instance < EMIOS_ICU_IP_INSTANCE_COUNT); in Emios_Icu_Ip_IrqHandler()
78 #define EMIOS_ICU_IP_INSTANCE_COUNT (3U) macro