Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip.c332 DevAssert(EMIOS_PWM_IP_CHANNEL_COUNT > UserChCfg->ChannelId); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
337 …DevAssert(TRUE == Emios_Pwm_Ip_ValidateMode(Instance, UserChCfg->ChannelId, EMIOS_PWM_IP_HW_MODE_O… in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
347 Emios_Pwm_Ip_SetCounterBus(Base, UserChCfg->ChannelId, UserChCfg->Timebase); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
349 Emios_Pwm_Ip_SetUCRegA(Base, UserChCfg->ChannelId, UserChCfg->DutyCycle); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
351 Emios_Pwm_Ip_SetUCRegB(Base, UserChCfg->ChannelId, UserChCfg->PeriodCount); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
353 …Emios_Pwm_Ip_aPeriod[eMios_Pwm_Ip_IndexInChState[Instance][UserChCfg->ChannelId]] = UserChCfg->Per… in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
357 … Emios_Pwm_Ip_aNotif[eMios_Pwm_Ip_IndexInChState[Instance][UserChCfg->ChannelId]] = (uint8)1U; in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
361 Emios_Pwm_Ip_SetEdgePolarity(Base, UserChCfg->ChannelId, UserChCfg->OutputPolarity); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
366 … Emios_Pwm_Ip_aNotif[eMios_Pwm_Ip_IndexInChState[Instance][UserChCfg->ChannelId]] = (uint8)1U; in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
368 …Emios_Pwm_Ip_SetEdgePolarity(Base, UserChCfg->ChannelId,(UserChCfg->OutputPolarity == EMIOS_PWM_IP… in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Dio/include/
DSiul2_Dio_Ip_TrustedFunctions.h95 extern Dio_LevelType Dio_ReadChannelRunTime(Dio_ChannelType ChannelId);
97 extern void Dio_WriteChannelRunTime(Dio_ChannelType ChannelId,
102 extern Dio_LevelType Dio_FlipChannelRunTime(Dio_ChannelType ChannelId);
/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/src/
DMru_Ip.c273 ReceiveChCfgPtr->ReceiveNotification(ReceiveChCfgPtr->ChannelId, in Mru_Ip_ReadMailbox_Privileged()
475 ReceiveChConfig->ReceiveNotification(ReceiveChConfig->ChannelId, in Mru_Ip_IrqHandlerReceiveMb()
/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/include/
DMru_Ip_Types.h124 … uint8 ChannelId; /**< Channel Id of the receiving channel. */ member
/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/include/
DEmios_Pwm_Ip_Types.h369 uint8 ChannelId; member