Searched refs:eMIOS_C_MODE (Results 1 – 4 of 4) sorted by relevance
529 Base->CH.UC[Channel].C = (Base->CH.UC[Channel].C & ~(eMIOS_C_MODE_MASK)) | eMIOS_C_MODE(Mode); in Emios_Pwm_Ip_SetPwmMode()545 …e->CH.UC[Channel].C & ~(eMIOS_C_MODE_MASK) & ~(eMIOS_C_EDPOL_MASK)) | eMIOS_C_MODE(Mode) | eMIOS_C… in Emios_Pwm_Ip_SetPwmModePol()
227 …->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].C |= eMIOS_C_MODE((*ConfigPtr->ma… in Emios_Mcl_Ip_Init()
559 #define eMIOS_C_MODE(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_MODE_SHIFT… macro
637 #define eMIOS_C_MODE(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_MODE_SHIFT… macro