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