代码搜索结果

找到约 10,000 项符合 Clock 的代码

clock.h

/** * \defgroup clock Clock interface * * The clock interface is the interface between the \ref timer "timer library" * and the platform specific clock functionality. The clock * interface must b

clock.c

/* clock.c - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: Free under certain conditions. See Do

clock.h

/* clock.h - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: Free under certain conditions. See Do

clock.c

/* * clock.c * * Detect PLL out clk frequency and implement a udelay routine. * * Author: Seeger Chin * e-mail: seeger.chin@gmail.com * * Copyright (C) 2006 Ingenic Semiconductor Inc. * * T

clock.h

#ifndef __ASM_JZ47XX_CLOCK_H__ #define __ASM_JZ47XX_CLOCK_H__ /* * System clock structure */ struct sys_clock { unsigned int iclk; unsigned int sclk; unsigned int mclk; unsigned int pclk; unsi

clock.c

/* * clock.c * * Detect PLL out clk frequency and implement a udelay routine. * * Author: Seeger Chin * e-mail: seeger.chin@gmail.com * * Copyright (C) 2006 Ingenic Semiconductor Inc. * * T