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

19 行
352 B

  1. #ifndef PLSR_SELF_TEST_H
  2. #define PLSR_SELF_TEST_H
  3. #include "plsr_types.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. /* 上电自测:Q0(A)/Q1(B) 输出三段 AB 正交周期,末段反向。
  8. * 用于 P3b-2 上板验证,验证完成后应关闭。 */
  9. PLSR_RESULT PlsrSelfTestQueue(void);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* PLSR_SELF_TEST_H */