Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpadc.c301 lpadc_conv_command_config_t mLpadcCommandConfigStruct; in LPADC_DoAutoCalibration() local
318 LPADC_GetDefaultConvCommandConfig(&mLpadcCommandConfigStruct); in LPADC_DoAutoCalibration()
319 mLpadcCommandConfigStruct.hardwareAverageMode = kLPADC_HardwareAverageCount128; in LPADC_DoAutoCalibration()
320 LPADC_SetConvCommandConfig(base, 1U, &mLpadcCommandConfigStruct); /* Set CMD1 configuration. */ in LPADC_DoAutoCalibration()