Home
last modified time | relevance | path

Searched refs:IEN (Results 1 – 25 of 149) sorted by relevance

123456

/bsp/efm32/Libraries/emlib/inc/
A Dem_vcmp.h284 VCMP->IEN &= ~(flags); in VCMP_IntDisable()
299 VCMP->IEN |= flags; in VCMP_IntEnable()
344 tmp = VCMP->IEN; in VCMP_IntGetEnabled()
A Dem_rtc.h123 RTC->IEN &= ~(flags); in RTC_IntDisable()
143 RTC->IEN |= flags; in RTC_IntEnable()
A Dem_acmp.h299 acmp->IEN &= ~(flags); in ACMP_IntDisable()
321 acmp->IEN |= flags; in ACMP_IntEnable()
370 tmp = acmp->IEN; in ACMP_IntGetEnabled()
A Dem_burtc.h176 BURTC->IEN &= ~(flags); in BURTC_IntDisable()
196 BURTC->IEN |= flags; in BURTC_IntEnable()
234 tmp = BURTC->IEN; in BURTC_IntGetEnabled()
A Dem_pcnt.h317 pcnt->IEN &= ~(flags); in PCNT_IntDisable()
339 pcnt->IEN |= flags; in PCNT_IntEnable()
391 tmp = pcnt->IEN; in PCNT_IntGetEnabled()
A Dem_gpio.h324 GPIO->IEN &= ~flags; in GPIO_IntDisable()
342 GPIO->IEN |= flags; in GPIO_IntEnable()
380 tmp = GPIO->IEN; in GPIO_IntGetEnabled()
A Dem_letimer.h188 letimer->IEN &= ~(flags); in LETIMER_IntDisable()
210 letimer->IEN |= flags; in LETIMER_IntEnable()
A Dem_leuart.h184 leuart->IEN &= ~(flags); in LEUART_IntDisable()
206 leuart->IEN |= flags; in LEUART_IntEnable()
A Dem_timer.h483 timer->IEN &= ~(flags); in TIMER_IntDisable()
505 timer->IEN |= flags; in TIMER_IntEnable()
554 tmp = timer->IEN; in TIMER_IntGetEnabled()
A Dem_i2c.h309 i2c->IEN &= ~(flags); in I2C_IntDisable()
331 i2c->IEN |= flags; in I2C_IntEnable()
A Dem_aes.h157 AES->IEN &= ~(flags); in AES_IntDisable()
176 AES->IEN |= flags; in AES_IntEnable()
A Dem_dac.h245 dac->IEN &= ~(flags); in DAC_IntDisable()
267 dac->IEN |= flags; in DAC_IntEnable()
A Dem_lcd.h533 tmp = LCD->IEN; in LCD_IntGetEnabled()
566 LCD->IEN |= flags; in LCD_IntEnable()
581 LCD->IEN &= ~(flags); in LCD_IntDisable()
A Dem_msc.h129 MSC->IEN &= ~(flags); in MSC_IntDisable()
148 MSC->IEN |= flags; in MSC_IntEnable()
A Dem_usart.h538 usart->IEN &= ~(flags); in USART_IntDisable()
560 usart->IEN |= flags; in USART_IntEnable()
609 tmp = usart->IEN; in USART_IntGetEnabled()
A Dem_adc.h472 adc->IEN &= ~(flags); in ADC_IntDisable()
494 adc->IEN |= flags; in ADC_IntEnable()
A Dem_lesense.h1247 LESENSE->IEN |= flags; in LESENSE_IntEnable()
1262 LESENSE->IEN &= ~(flags); in LESENSE_IntDisable()
1322 tmp = LESENSE->IEN; in LESENSE_IntGetEnabled()
A Dem_cmu.h652 CMU->IEN &= ~flags; in CMU_IntDisable()
670 CMU->IEN |= flags; in CMU_IntEnable()
712 tmp = CMU->IEN; in CMU_IntGetEnabled()
/bsp/efm32/Libraries/emlib/src/
A Dem_i2c.c290 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()
A Dem_dma.c719 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()
A Dem_rtc.c340 RTC->IEN = _RTC_IEN_RESETVALUE; in RTC_Reset()
A Dem_burtc.c237 BURTC->IEN = _BURTC_IEN_RESETVALUE; in BURTC_Reset()
/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_pcnt.c239 M0P_PCNT->IEN |= (uint32_t)(1<<IT_Src); in Pcnt_ItCfg()
243 M0P_PCNT->IEN &= ~(uint32_t)(1<<IT_Src); in Pcnt_ItCfg()
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Dpcnt.c155 M0P_PCNT->IEN = pstcPcntConfig->u8IrqStatus; in PCNT_Init()
160 M0P_PCNT->IEN = 0x00; in PCNT_Init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_ebi.c240 HT_EBI->IEN |= EBI_Int; in EBI_IntConfig()
244 HT_EBI->IEN &= (u32)~EBI_Int; in EBI_IntConfig()

Completed in 656 milliseconds

123456