Home
last modified time | relevance | path

Searched refs:enableInt (Results 1 – 7 of 7) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_pmc.c48 ((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()
A Dfsl_pmc.h132 bool enableInt; /*!< Enable interrupt when Low-voltage detect*/ member
144 bool enableInt; /*!< Enable interrupt when low-voltage warning*/ member
156 bool enableInt; /*!< Enable interrupt when high-voltage detect*/ member
/bsp/efm32/Libraries/emlib/inc/
A Dem_dma.h184 bool enableInt; member
/bsp/efm32/Libraries/emlib/src/
A Dem_dma.c716 if (cfg->enableInt) in DMA_CfgChannel()
/bsp/efm32/
A Ddrv_adc.c228 chnlCfg.enableInt = false; in efm32_adc_cfg_dma()
A Ddrv_leuart.c927 chnlCfg.enableInt = true; /* Interrupt for callback function */ in rt_hw_leuart_unit_init()
A Ddrv_usart.c1277 chnlCfg.enableInt = true; /* Interrupt for callback function */ in rt_hw_usart_unit_init()

Completed in 15 milliseconds