shithub: lwext4

ref: 53a848cb60542658fc7e9167d38ff30a8f5c788e
dir: /demos/stm32f429_disco/pll.h/

View raw version
/**
 * @file 	pll.h
 * @version 0.01
 * @date 	Oct 2, 2012
 * @author 	Grzegorz Kostka, [email protected]
 * @brief	...
 *
 * @note
 *
 * @addtogroup group
 * @{
 *		@addtogroup subgroup
 *		@{
 **********************************************************/

#ifndef PLL_H_
#define PLL_H_

#include <config.h>


/**@brief	Clock initialization.*/
void pll_init(void);




#endif /* PLL_H_ */

/** 	@} (end addtogroup subgroup) 	*/
/** @} (end addtogroup group) 			*/