Searched refs:enableInt (Results 1 – 7 of 7) sorted by relevance
48 ((uint32_t)config->enableInt << PMC_LVDSC1_LVDIE_SHIFT) | in PMC_ConfigureLowVoltDetect()60 ((uint32_t)config->enableInt << PMC_LVDSC2_LVWIE_SHIFT) in PMC_ConfigureLowVoltWarning()69 ((uint32_t)config->enableInt << PMC_HVDSC1_HVDIE_SHIFT) | in PMC_ConfigureHighVoltDetect()
132 bool enableInt; /*!< Enable interrupt when Low-voltage detect*/ member144 bool enableInt; /*!< Enable interrupt when low-voltage warning*/ member156 bool enableInt; /*!< Enable interrupt when high-voltage detect*/ member
184 bool enableInt; member
716 if (cfg->enableInt) in DMA_CfgChannel()
228 chnlCfg.enableInt = false; in efm32_adc_cfg_dma()
927 chnlCfg.enableInt = true; /* Interrupt for callback function */ in rt_hw_leuart_unit_init()
1277 chnlCfg.enableInt = true; /* Interrupt for callback function */ in rt_hw_usart_unit_init()
Completed in 15 milliseconds