Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DEmios_Mcl_Ip.c263 void Emios_Mcl_Ip_EnableChannel(uint8 Instance, uint8 HwChannel) in Emios_Mcl_Ip_EnableChannel() argument
267 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_EnableChannel()
271 Base->UCDIS &= ~(uint32)((uint32)1 << ((uint32)HwChannel)); in Emios_Mcl_Ip_EnableChannel()
275 void Emios_Mcl_Ip_DisableChannel(uint8 Instance, uint8 HwChannel) in Emios_Mcl_Ip_DisableChannel() argument
279 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_DisableChannel()
283 Base->UCDIS |= (uint32)((uint32)1 << ((uint32)HwChannel)); in Emios_Mcl_Ip_DisableChannel()
371 void Emios_Mcl_Ip_SetReloadInterval(uint8 HwInstance, uint8 HwChannel, uint8 Interval) in Emios_Mcl_Ip_SetReloadInterval() argument
376 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_SetReloadInterval()
380 Emios_Ip_paxBase[HwInstance]->CH.UC[HwChannel].C2 = eMIOS_C2_UCRELDEL_INT(Interval); in Emios_Mcl_Ip_SetReloadInterval()
384 boolean Emios_Mcl_Ip_ValidateChannel(uint8 HwInstance, uint8 HwChannel) in Emios_Mcl_Ip_ValidateChannel() argument
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Mcl/src/
DEmios_Mcl_Ip.c334 void Emios_Mcl_Ip_SetReloadInterval(uint8 HwInstance, uint8 HwChannel, uint8 Interval) in Emios_Mcl_Ip_SetReloadInterval() argument
339 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_SetReloadInterval()
343 Emios_Ip_paxBase[HwInstance]->CH.UC[HwChannel].C2 = eMIOS_C2_UCRELDEL_INT(Interval); in Emios_Mcl_Ip_SetReloadInterval()
347 boolean Emios_Mcl_Ip_ValidateChannel(uint8 HwInstance, uint8 HwChannel) in Emios_Mcl_Ip_ValidateChannel() argument
352 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_ValidateChannel()
356 if (TRUE == Emios_Ip_axChState[HwInstance][HwChannel].channelInitState) in Emios_Mcl_Ip_ValidateChannel()
364 Emios_Ip_CommonStatusType Emios_Mcl_Ip_SetCounterBusPeriod(uint8 HwInstance, uint8 HwChannel, uint3… in Emios_Mcl_Ip_SetCounterBusPeriod() argument
373 DevAssert(HwChannel < eMIOS_CH_UC_UC_COUNT); in Emios_Mcl_Ip_SetCounterBusPeriod()
377 if (((Emios_Ip_axChState[HwInstance][HwChannel].counterMode == EMIOS_IP_MCB_UP_COUNTER) || \ in Emios_Mcl_Ip_SetCounterBusPeriod()
378 … (Emios_Ip_axChState[HwInstance][HwChannel].counterMode == EMIOS_IP_MCB_UP_DOWN_COUNTER)) && \ in Emios_Mcl_Ip_SetCounterBusPeriod()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Mcl/include/
DEmios_Mcl_Ip.h128 void Emios_Mcl_Ip_EnableChannel(uint8 Instance, uint8 HwChannel);
137 void Emios_Mcl_Ip_DisableChannel(uint8 Instance, uint8 HwChannel);
204 void Emios_Mcl_Ip_SetReloadInterval(uint8 HwInstance, uint8 HwChannel, uint8 Interval);
214 boolean Emios_Mcl_Ip_ValidateChannel(uint8 HwInstance, uint8 HwChannel);
224 Emios_Ip_CommonStatusType Emios_Mcl_Ip_SetCounterBusPeriod(uint8 HwInstance, uint8 HwChannel, uint3…
/hal_nxp-latest/s32/drivers/s32ze/Mcl/include/
DEmios_Mcl_Ip.h187 void Emios_Mcl_Ip_SetReloadInterval(uint8 HwInstance, uint8 HwChannel, uint8 Interval);
197 boolean Emios_Mcl_Ip_ValidateChannel(uint8 HwInstance, uint8 HwChannel);
207 Emios_Ip_CommonStatusType Emios_Mcl_Ip_SetCounterBusPeriod(uint8 HwInstance, uint8 HwChannel, uint3…
/hal_nxp-latest/s32/drivers/s32k3/Icu/include/
DSiul2_Icu_Ip.h230 void Siul2_Icu_Ip_SetNormalMode(uint8 instance, uint8 HwChannel);