Searched refs:HwChannel (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcl/src/ |
D | Emios_Mcl_Ip.c | 263 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-3.5.0/s32/drivers/s32k3/Mcl/include/ |
D | Emios_Mcl_Ip.h | 128 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-3.5.0/s32/drivers/s32ze/Icu/src/ |
D | Siul2_Icu_Ip.c | 450 void Siul2_Icu_Ip_SetNormalMode(uint8 instance, uint8 HwChannel) in Siul2_Icu_Ip_SetNormalMode() argument 453 Siul2_Icu_Ip_EnableInterrupt(instance, HwChannel); in Siul2_Icu_Ip_SetNormalMode()
|
/hal_nxp-3.5.0/s32/drivers/s32ze/Icu/include/ |
D | Siul2_Icu_Ip.h | 223 void Siul2_Icu_Ip_SetNormalMode(uint8 instance, uint8 HwChannel);
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Icu/include/ |
D | Siul2_Icu_Ip.h | 230 void Siul2_Icu_Ip_SetNormalMode(uint8 instance, uint8 HwChannel);
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Icu/src/ |
D | Siul2_Icu_Ip.c | 484 void Siul2_Icu_Ip_SetNormalMode(uint8 instance, uint8 HwChannel) in Siul2_Icu_Ip_SetNormalMode() argument 487 Siul2_Icu_Ip_EnableInterrupt(instance, HwChannel); in Siul2_Icu_Ip_SetNormalMode()
|