Home
last modified time | relevance | path

Searched refs:Emios_Pwm_Ip_aCheckState (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip.c204 uint8 Emios_Pwm_Ip_aCheckState[EMIOS_PWM_IP_NUM_OF_CHANNELS_USED]; variable
1682Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][UserChCfg->ChannelId]] = (uint8)1U; in Emios_Pwm_Ip_InitChannel()
1688 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]] += (uint8)1U; in Emios_Pwm_Ip_InitChannel()
1737 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]] = (uint8)0U; in Emios_Pwm_Ip_DeInitChannel()
1741 if((uint8)0U != Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]]) in Emios_Pwm_Ip_DeInitChannel()
1745Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]] = Emios_Pwm_Ip_aCheckSt… in Emios_Pwm_Ip_DeInitChannel()
1827 if ((uint8)2U == Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]]) in Emios_Pwm_Ip_GetPeriod()
1999 …ChMode = ((uint8)2U == Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]]) ?… in Emios_Pwm_Ip_SetDutyCycle()
2525 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]] = (uint8)2U; in Emios_Pwm_Ip_SetOutputState()
2878 …if (((uint8)0U != Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][ChannelId]]) && (… in Emios_Pwm_Ip_SyncUpdate()
DEmios_Pwm_Ip_Irq.c184 extern uint8 Emios_Pwm_Ip_aCheckState[EMIOS_PWM_IP_NUM_OF_CHANNELS_USED];
264 if ((0U == Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]]) && in Emios_Pwm_Ip_IrqHandler()
/hal_nxp-latest/s32/drivers/s32ze/Pwm/src/
DEmios_Pwm_Ip.c251 uint8 Emios_Pwm_Ip_aCheckState[EMIOS_PWM_IP_NUM_OF_CHANNELS_USED_U8]; variable
1798 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][ChannelIndex]] = (uint8)1U; in Emios_Pwm_Ip_InitChannel()
1804 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]] += (uint8)1U; in Emios_Pwm_Ip_InitChannel()
1861 Emios_Pwm_Ip_aCheckState[ChannelIdx] = (uint8)0U; in Emios_Pwm_Ip_DeInitChannel()
1867 if((uint8)0U != Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]]) in Emios_Pwm_Ip_DeInitChannel()
1871Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][TimbaseCh]] = Emios_Pwm_Ip_aCheckSt… in Emios_Pwm_Ip_DeInitChannel()
1960 if ((uint8)2U == Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]]) in Emios_Pwm_Ip_GetPeriod()
2134 …ChMode = ((uint8)2U == Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]]) ?… in Emios_Pwm_Ip_SetDutyCycle()
2686 Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][Channel]] = (uint8)2U; in Emios_Pwm_Ip_SetOutputState()
3004 …if (((uint8)0U != Emios_Pwm_Ip_aCheckState[eMios_Pwm_Ip_IndexInChState[Instance][ChannelId]]) && (… in Emios_Pwm_Ip_SyncUpdate()
DEmios_Pwm_Ip_Irq.c212 if ((0U == Emios_Pwm_Ip_aCheckState[ChannelIdx]) && in Emios_Pwm_Ip_IrqHandler()
/hal_nxp-latest/s32/drivers/s32ze/Pwm/include/
DEmios_Pwm_Ip.h122 extern uint8 Emios_Pwm_Ip_aCheckState[EMIOS_PWM_IP_NUM_OF_CHANNELS_USED_U8];