Home
last modified time | relevance | path

Searched refs:eMIOS_C_BSL (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/include/
DEmios_Pwm_Ip_HwAccess.h433 Base->CH.UC[Channel].C = (Base->CH.UC[Channel].C & ~(eMIOS_C_BSL_MASK)) | eMIOS_C_BSL(Value); in Emios_Pwm_Ip_SetCounterBus()
/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/header/
DS32K344_EMIOS.h574 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)… macro
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_EMIOS.h502 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)… macro
/hal_nxp-3.6.0/s32/drivers/s32k3/Icu/src/
DEmios_Icu_Ip.c597 u32RegCCR |= eMIOS_C_BSL((*userConfig->pChannelsConfig)[index].CntBus); in Emios_Icu_Ip_Init()