1.ADC saple time 
the above figure as the example ,8-bit data,4 cycle sampling , the adc min sampling time=?
the adc sampling time =adc clock/12 or 13? if is 13,why?
2.ADC Interrupt
If I want trigger the adc interrupt by timer0,every 50ms sample the data 100times by AN3,how to do it ?
The INTFLG[3:0] is to configure the interrupt flag number(1~15),the interrupt flag number is defined by myself? If I want to sample the AN3,can I set the interrupe flag number is 1 or 2,...?