Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip_Irq.c210 Emios_Pwm_Ip_DutyType DaocRegA = 0U; in Emios_Pwm_Ip_IrqDaocHandler() local
220DaocRegA = ((DaocDuty + Emios_Pwm_Ip_GetUCRegB(Emios_Pwm_Ip_aBasePtr[Instance], Channel)) % Counte… in Emios_Pwm_Ip_IrqDaocHandler()
222 …wm_Ip_SetUCRegA(Emios_Pwm_Ip_aBasePtr[Instance], Channel, (DaocRegA == 0U)? CounterMax : DaocRegA); in Emios_Pwm_Ip_IrqDaocHandler()
233DaocRegA = (Emios_Pwm_Ip_aPeriod[eMios_Pwm_Ip_IndexInChState[Instance][Channel]] + Emios_Pwm_Ip_Ge… in Emios_Pwm_Ip_IrqDaocHandler()
234 …_Ip_SetUCRegA(Emios_Pwm_Ip_aBasePtr[Instance], Channel, (DaocRegA == 0U)? CounterMax : DaocRegA); … in Emios_Pwm_Ip_IrqDaocHandler()
247 (void)DaocRegA; in Emios_Pwm_Ip_IrqDaocHandler()
DEmios_Pwm_Ip.c1293 Emios_Pwm_Ip_PeriodType DaocRegA = 0U; in Emios_Pwm_Ip_InitDCModeWithDuty() local
1298 DaocRegA = 1U; in Emios_Pwm_Ip_InitDCModeWithDuty()
1303 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, DaocRegA); in Emios_Pwm_Ip_InitDCModeWithDuty()
1314DaocRegA = (Emios_Pwm_Ip_aPeriod[eMios_Pwm_Ip_IndexInChState[Instance][UserChCfg->ChannelId]] + Em… in Emios_Pwm_Ip_InitDCModeWithDuty()
1320 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, (DaocRegA == 0U)? CounterMax : DaocRegA); in Emios_Pwm_Ip_InitDCModeWithDuty()
1322 Emios_Pwm_Ip_SetUCRegB(Base, UserChCfg->ChannelId, (DaocRegA == 0U)? CounterMax : DaocRegA); in Emios_Pwm_Ip_InitDCModeWithDuty()
1330 DaocRegA = 1U; in Emios_Pwm_Ip_InitDCModeWithDuty()
1334 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, DaocRegA); in Emios_Pwm_Ip_InitDCModeWithDuty()
1417 Emios_Pwm_Ip_PeriodType DaocRegA = 0U; in Emios_Pwm_Ip_SetDutyCycleDaoc() local
1454DaocRegA = (Emios_Pwm_Ip_aPeriod[eMios_Pwm_Ip_IndexInChState[Instance][Channel]] + Emios_Pwm_Ip_Ge… in Emios_Pwm_Ip_SetDutyCycleDaoc()
[all …]