You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
222 B

#ifndef __CLK_SWITCH_DRV__
#define __CLK_SWITCH_DRV__
enum{
	OSC_108M_HZ = 0,
	OSC_120M_HZ ,
	OSC_150M_HZ,
	OSC_160M_HZ,		//必须2分频80M使用
};
extern void CPM_OSC_Switch(int osc_sel);
#endif // end __CLK_SWITCH_DRV__