Searched refs:eMIOS_S_UCOUT_SHIFT (Results 1 – 3 of 3) sorted by relevance
641 #define eMIOS_S_UCOUT_SHIFT (1U) macro643 …S_UCOUT(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_S_UCOUT_SHIFT)) & eMIOS_S…
569 #define eMIOS_S_UCOUT_SHIFT (1U) macro571 …S_UCOUT(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_S_UCOUT_SHIFT)) & eMIOS_S…
648 …return (((Base->CH.UC[Channel].S & eMIOS_S_UCOUT_MASK) >> eMIOS_S_UCOUT_SHIFT) == 0U)? FALSE : TRU… in Emios_Pwm_Ip_GetOutputPinState()