Home
last modified time | relevance | path

Searched refs:Emios_Pwm_Ip_GetChannelIndex (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Pwm/src/
DEmios_Pwm_Ip_Irq.c150 uint8 ChannelIdx = Emios_Pwm_Ip_GetChannelIndex(Instance, Channel); in Emios_Pwm_Ip_IrqDaocHandler()
207 uint8 ChannelIdx = Emios_Pwm_Ip_GetChannelIndex(Instance, Channel); in Emios_Pwm_Ip_IrqHandler()
DEmios_Pwm_Ip.c884 uint8 ChannelIdx = Emios_Pwm_Ip_GetChannelIndex(Instance, Channel); in Emios_Pwm_Ip_SetDutyCycleOpwmcb()
1397 uint8 ChannelIndex = Emios_Pwm_Ip_GetChannelIndex(Instance, UserChCfg->ChannelId); in Emios_Pwm_Ip_InitDCModeWithDuty()
1532 uint8 ChannelIdx = Emios_Pwm_Ip_GetChannelIndex(Instance, Channel); in Emios_Pwm_Ip_SetDutyCycleDaoc()
1835 uint8 ChannelIdx = Emios_Pwm_Ip_GetChannelIndex(Instance, Channel); in Emios_Pwm_Ip_DeInitChannel()
/hal_nxp-latest/s32/drivers/s32ze/Pwm/include/
DEmios_Pwm_Ip_HwAccess.h510 static inline uint8 Emios_Pwm_Ip_GetChannelIndex(uint8 Instance, in Emios_Pwm_Ip_GetChannelIndex() function