Searched refs:UCDIS (Results 1 – 3 of 3) sorted by relevance
271 Base->UCDIS &= ~(uint32)((uint32)1 << ((uint32)HwChannel)); in Emios_Mcl_Ip_EnableChannel()283 Base->UCDIS |= (uint32)((uint32)1 << ((uint32)HwChannel)); in Emios_Mcl_Ip_DisableChannel()347 … Emios_Ip_paxBase[Instance]->UCDIS |= (uint32)((uint32)0 << ((uint32)CurrentChannel)); in Emios_Mcl_Ip_Deinit()
189 Base->UCDIS = Base->UCDIS | (eMIOS_UCDIS_UCDIS0((Value == TRUE) ? 0x00U : 0x01U) << Channel); in Emios_Pwm_Ip_SetChannelEnable()201 …return (((Base->UCDIS & (uint32)((uint32)eMIOS_UCDIS_UCDIS0_MASK << (uint32)Channel)) >> Channel) … in Emios_Pwm_Ip_GetChannelEnable()
79 __IO uint32_t UCDIS; /**< Disable Channel, offset: 0xC */ member