Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.c707 lpadc_conv_command_config_t mLpadcCommandConfigStruct; in LPADC_DoAutoCalibration() local
724 LPADC_GetDefaultConvCommandConfig(&mLpadcCommandConfigStruct); in LPADC_DoAutoCalibration()
725 mLpadcCommandConfigStruct.hardwareAverageMode = kLPADC_HardwareAverageCount128; in LPADC_DoAutoCalibration()
726 LPADC_SetConvCommandConfig(base, 1U, &mLpadcCommandConfigStruct); /* Set CMD1 configuration. */ in LPADC_DoAutoCalibration()