Lines Matching refs:base
39 ADC_Type *base; member
330 LPADC_SetConvCommandConfig(config->base, in mcux_lpadc_start_read()
380 LPADC_SetConvTriggerConfig(config->base, 0, &trigger_config); in mcux_lpadc_start_channel()
383 LPADC_DoSoftwareTrigger(config->base, 1); in mcux_lpadc_start_channel()
412 ADC_Type *base = config->base; local
421 LPADC_GetConvResult(base, &conv_result, 0U);
423 LPADC_GetConvResult(base, &conv_result);
476 ADC_Type *base = config->base; local
509 LPADC_Init(base, &adc_config);
519 LPADC_DoOffsetCalibration(base);
521 LPADC_SetOffsetValue(base,
527 LPADC_DoAutoCalibration(base);
533 LPADC_DoAutoCalibration(base);
539 LPADC_EnableInterrupts(base, kLPADC_FIFO0WatermarkInterruptEnable);
541 LPADC_EnableInterrupts(base, kLPADC_FIFOWatermarkInterruptEnable);
566 .base = (ADC_Type *)DT_INST_REG_ADDR(n), \