Hi @AnweshaPanda,
Bit 13 of the CMDL register is precisely what needs to be changed. But considering that you are using the "lpadc high sample rate sample signal cm7" example code, it's much easier and effective to change the commandConfig variable that is already used in that code to modify this register. On line 149 of the "lpadc_high_sample_rate_sample_signal.c" file, you can change the value of commandConfig.sampleScaleMode from kLPADC_SampleFullScale to kLPADC_SamplePartScale as shown:

The next line, "LPADC_SetConvCommandConfig(DEMO_LPADC_BASE, 1U, &commandConfig);" will then set up the registers with a part scale input rather than a full scale for your ADC module.
BR,
Edwin.