Searched refs:eMIOS_C_EDPOL_SHIFT (Results 1 – 3 of 3) sorted by relevance
562 #define eMIOS_C_EDPOL_SHIFT (7U) macro564 …C_EDPOL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_EDPOL_SHIFT)) & eMIOS_C…
490 #define eMIOS_C_EDPOL_SHIFT (7U) macro492 …C_EDPOL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_EDPOL_SHIFT)) & eMIOS_C…
516 …return (((Base->CH.UC[Channel].C & eMIOS_C_EDPOL_MASK) >> eMIOS_C_EDPOL_SHIFT) == 0U)? (Emios_Pwm_… in Emios_Pwm_Ip_GetEdgePolarity()