Searched refs:IEN (Results 1 – 25 of 149) sorted by relevance
123456
284 VCMP->IEN &= ~(flags); in VCMP_IntDisable()299 VCMP->IEN |= flags; in VCMP_IntEnable()344 tmp = VCMP->IEN; in VCMP_IntGetEnabled()
123 RTC->IEN &= ~(flags); in RTC_IntDisable()143 RTC->IEN |= flags; in RTC_IntEnable()
299 acmp->IEN &= ~(flags); in ACMP_IntDisable()321 acmp->IEN |= flags; in ACMP_IntEnable()370 tmp = acmp->IEN; in ACMP_IntGetEnabled()
176 BURTC->IEN &= ~(flags); in BURTC_IntDisable()196 BURTC->IEN |= flags; in BURTC_IntEnable()234 tmp = BURTC->IEN; in BURTC_IntGetEnabled()
317 pcnt->IEN &= ~(flags); in PCNT_IntDisable()339 pcnt->IEN |= flags; in PCNT_IntEnable()391 tmp = pcnt->IEN; in PCNT_IntGetEnabled()
324 GPIO->IEN &= ~flags; in GPIO_IntDisable()342 GPIO->IEN |= flags; in GPIO_IntEnable()380 tmp = GPIO->IEN; in GPIO_IntGetEnabled()
188 letimer->IEN &= ~(flags); in LETIMER_IntDisable()210 letimer->IEN |= flags; in LETIMER_IntEnable()
184 leuart->IEN &= ~(flags); in LEUART_IntDisable()206 leuart->IEN |= flags; in LEUART_IntEnable()
483 timer->IEN &= ~(flags); in TIMER_IntDisable()505 timer->IEN |= flags; in TIMER_IntEnable()554 tmp = timer->IEN; in TIMER_IntGetEnabled()
309 i2c->IEN &= ~(flags); in I2C_IntDisable()331 i2c->IEN |= flags; in I2C_IntEnable()
157 AES->IEN &= ~(flags); in AES_IntDisable()176 AES->IEN |= flags; in AES_IntEnable()
245 dac->IEN &= ~(flags); in DAC_IntDisable()267 dac->IEN |= flags; in DAC_IntEnable()
533 tmp = LCD->IEN; in LCD_IntGetEnabled()566 LCD->IEN |= flags; in LCD_IntEnable()581 LCD->IEN &= ~(flags); in LCD_IntDisable()
129 MSC->IEN &= ~(flags); in MSC_IntDisable()148 MSC->IEN |= flags; in MSC_IntEnable()
538 usart->IEN &= ~(flags); in USART_IntDisable()560 usart->IEN |= flags; in USART_IntEnable()609 tmp = usart->IEN; in USART_IntGetEnabled()
472 adc->IEN &= ~(flags); in ADC_IntDisable()494 adc->IEN |= flags; in ADC_IntEnable()
1247 LESENSE->IEN |= flags; in LESENSE_IntEnable()1262 LESENSE->IEN &= ~(flags); in LESENSE_IntDisable()1322 tmp = LESENSE->IEN; in LESENSE_IntGetEnabled()
652 CMU->IEN &= ~flags; in CMU_IntDisable()670 CMU->IEN |= flags; in CMU_IntEnable()712 tmp = CMU->IEN; in CMU_IntGetEnabled()
290 i2c->IEN = 0; in I2C_Init()322 i2c->IEN = _I2C_IEN_RESETVALUE; in I2C_Reset()681 i2c->IEN = 0; in I2C_Transfer()786 i2c->IEN = I2C_IF_NACK | I2C_IF_ACK | I2C_IF_MSTOP | in I2C_TransferInit()
719 BITBAND_Peripheral(&(DMA->IEN), channel, 1); in DMA_CfgChannel()723 BITBAND_Peripheral(&(DMA->IEN), channel, 0); in DMA_CfgChannel()1001 DMA->IEN = DMA_IEN_ERR; in DMA_Init()1161 DMA->IEN = _DMA_IEN_RESETVALUE; in DMA_Reset()
340 RTC->IEN = _RTC_IEN_RESETVALUE; in RTC_Reset()
237 BURTC->IEN = _BURTC_IEN_RESETVALUE; in BURTC_Reset()
239 M0P_PCNT->IEN |= (uint32_t)(1<<IT_Src); in Pcnt_ItCfg()243 M0P_PCNT->IEN &= ~(uint32_t)(1<<IT_Src); in Pcnt_ItCfg()
155 M0P_PCNT->IEN = pstcPcntConfig->u8IrqStatus; in PCNT_Init()160 M0P_PCNT->IEN = 0x00; in PCNT_Init()
240 HT_EBI->IEN |= EBI_Int; in EBI_IntConfig()244 HT_EBI->IEN &= (u32)~EBI_Int; in EBI_IntConfig()
Completed in 656 milliseconds