matlab_23550/Inu/Src/main/pll_tools.h

23 lines
373 B
C
Raw Normal View History

2024-12-27 10:50:32 +03:00
/*
* pll_tools.h
*
* Created on: 13 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2024 <EFBFBD>.
* Author: Evgeniy_Sokolov
*/
#ifndef SRC_MAIN_PLL_TOOLS_H_
#define SRC_MAIN_PLL_TOOLS_H_
#define FREQ_RUN_PLL (2*FREQ_PWM)
void get_freq_50hz_float(void);
void get_freq_50hz_iq(void);
void calc_pll_50hz(void);
void init_50hz_input_net50hz(void);
extern PLL_REC pll1;
#endif /* SRC_MAIN_PLL_TOOLS_H_ */