Home
last modified time | relevance | path

Searched refs:enableInterruptOnConversionCompleted (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/driverexamples/dp5004/
Ddp5004_interrupt.c98 gAdcChannelConfigStruct.enableInterruptOnConversionCompleted = true; in KE15Z_LPTMR0_ADC0_Initialize()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc_5v12b_ll18_015/
Dfsl_adc.h153 …bool enableInterruptOnConversionCompleted; /*!< Generate an interrupt request once the conversion … member
Dfsl_adc.c237 if (config->enableInterruptOnConversionCompleted) in ADC_SetChannelConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc12/
Dfsl_adc12.h140 …bool enableInterruptOnConversionCompleted; /*!< Generate a interrupt request once the conversion i… member
Dfsl_adc12.c247 if (true == config->enableInterruptOnConversionCompleted) in ADC12_SetChannelConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc_12b1msps_sar/
Dfsl_adc.h188 …bool enableInterruptOnConversionCompleted; /*!< Generate an interrupt request once the conversion … member
Dfsl_adc.c197 if (config->enableInterruptOnConversionCompleted) in ADC_SetChannelConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/driverexamples/demos/
Ddp5004_demo.c126 gAdcChannelConfigStruct.enableInterruptOnConversionCompleted = true; in KE15Z_LPTMR0_ADC0_Initialize()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc16/
Dfsl_adc16.h223 …bool enableInterruptOnConversionCompleted; /*!< Generate an interrupt request once the conversion … member
Dfsl_adc16.c475 if (true == config->enableInterruptOnConversionCompleted) in ADC16_SetChannelConfig()