Files
ESPC3-wireless/components/system/include/drivers/chip/clk.h

18 lines
212 B
C
Raw Normal View History

2024-03-28 12:19:52 +08:00
#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