Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip.c349 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, UserChCfg->DutyCycle); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
416 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, UserChCfg->DutyCycle); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmMode()
490 Emios_Pwm_Ip_SetUCRegA(Base, Channel, (Emios_Pwm_Ip_PeriodType)0U); in Emios_Pwm_Ip_SetDutyCycleOpwfmb()
515 Emios_Pwm_Ip_SetUCRegA(Base, Channel, NewDutyCycle); in Emios_Pwm_Ip_SetDutyCycleOpwfmb()
556 Emios_Pwm_Ip_SetUCRegA(Base, Channel, (Emios_Pwm_Ip_PeriodType)0U); in Emios_Pwm_Ip_SetDutyCycleOpwfm()
605 Emios_Pwm_Ip_SetUCRegA(Base, Channel, NewDutyCycle); in Emios_Pwm_Ip_SetDutyCycleOpwfm()
698 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, DutyCycle); in Emios_Pwm_Ip_InitDeadTimeMode()
743 Emios_Pwm_Ip_SetUCRegA(Base, Channel, ChPeriod + 1U); in Emios_Pwm_Ip_SetDutyCycleOpwmcb()
765 Emios_Pwm_Ip_SetUCRegA(Base, Channel, 1U); in Emios_Pwm_Ip_SetDutyCycleOpwmcb()
770Emios_Pwm_Ip_SetUCRegA(Base, Channel, (Emios_Pwm_Ip_PeriodType)(ChPeriod - (NewDutyCycle >> 1U))); in Emios_Pwm_Ip_SetDutyCycleOpwmcb()
[all …]
DEmios_Pwm_Ip_Irq.c222Emios_Pwm_Ip_SetUCRegA(Emios_Pwm_Ip_aBasePtr[Instance], Channel, (DaocRegA == 0U)? CounterMax : Da… in Emios_Pwm_Ip_IrqDaocHandler()
234Emios_Pwm_Ip_SetUCRegA(Emios_Pwm_Ip_aBasePtr[Instance], Channel, (DaocRegA == 0U)? CounterMax : Da… in Emios_Pwm_Ip_IrqDaocHandler()
/hal_nxp-3.5.0/s32/drivers/s32k3/Pwm/include/
DEmios_Pwm_Ip_HwAccess.h211 static inline void Emios_Pwm_Ip_SetUCRegA(Emios_Pwm_Ip_HwAddrType *const Base, in Emios_Pwm_Ip_SetUCRegA() function