训练营PLSR题目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

14 行
273 B

  1. #ifndef __PSCARR_H__
  2. #define __PSCARR_H__
  3. #include "stdint.h"
  4. extern const unsigned short ARRPSC[1098][2];
  5. extern uint16_t psc;
  6. extern uint16_t arr;
  7. void Frequency_Change_PSC_And_ARR(uint32_t Frequency, uint16_t* psc, uint16_t* arr); /* 输出要配置的PSC和ARR */
  8. #endif