Hello,
Thanks for the response.
Do you mean this?

If not, I cannot find anything about PCC in processor expert. I put these line before ADC initialization to enable PCC manually and it still has the same problem:
PCC->PCCn[PCC_ADC0_INDEX] &= ~PCC_PCCn_CGC_MASK; /* Disable clock to change PCS */
PCC->PCCn[PCC_ADC0_INDEX] |= PCC_PCCn_PCS(1); /* PCS=1: Select FIRC */
PCC->PCCn[PCC_ADC0_INDEX] |= PCC_PCCn_CGC_MASK; /* Enable bus clock in ADC */
When I read registers, PCC reports that it is enabled:

But PDB reports that it's disabled:
