参考代码
This commit is contained in:
17
components/system/include/drivers/chip/clk.h
Executable file
17
components/system/include/drivers/chip/clk.h
Executable file
@@ -0,0 +1,17 @@
|
||||
#ifndef __CLK_H__
|
||||
#define __CLK_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
unsigned drv_clk_get_cpu_clk(void);
|
||||
|
||||
int drv_clk_calibration(unsigned tar_clk, unsigned cur_clk);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user