Searched refs:eMIOS_C_BSL (Results 1 – 4 of 4) sorted by relevance
433 Base->CH.UC[Channel].C = (Base->CH.UC[Channel].C & ~(eMIOS_C_BSL_MASK)) | eMIOS_C_BSL(Value); in Emios_Pwm_Ip_SetCounterBus()
574 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)… macro
502 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)… macro
597 u32RegCCR |= eMIOS_C_BSL((*userConfig->pChannelsConfig)[index].CntBus); in Emios_Icu_Ip_Init()