Searched refs:eMIOS_C_EDPOL (Results 1 – 3 of 3) sorted by relevance
504 … Base->CH.UC[Channel].C = (Base->CH.UC[Channel].C & ~(eMIOS_C_EDPOL_MASK)) | eMIOS_C_EDPOL(Value); in Emios_Pwm_Ip_SetEdgePolarity()545 …annel].C & ~(eMIOS_C_MODE_MASK) & ~(eMIOS_C_EDPOL_MASK)) | eMIOS_C_MODE(Mode) | eMIOS_C_EDPOL(Pol); in Emios_Pwm_Ip_SetPwmModePol()
564 #define eMIOS_C_EDPOL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_EDPOL_SHIF… macro
492 #define eMIOS_C_EDPOL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_EDPOL_SHIF… macro