scheduler.h 476 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. Generated with CMSIS-DSP SDF Scripts.
  3. The generated code is not covered by CMSIS-DSP license.
  4. The support classes and code is covered by CMSIS-DSP license.
  5. */
  6. #ifndef _SCHED_H_
  7. #define _SCHED_H_
  8. #ifdef __cplusplus
  9. extern "C"
  10. {
  11. #endif
  12. extern uint32_t scheduler(int *error,const q15_t *window,
  13. const q15_t *coef_q15,
  14. const int coef_shift,
  15. const q15_t intercept_q15,
  16. const int intercept_shift);
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif