ref: 9fd83cfc5baa55b6b391b8355ffcc07d02752d62
dir: /demos/stm32f429_disco/pll.h/
/** * @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 ...*/ void pll_init(void); #endif /* PLL_H_ */ /** @} (end addtogroup subgroup) */ /** @} (end addtogroup group) */