PWM_sid.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * PWM_sid.h
  3. *
  4. * Code generation for model "PWM_sf".
  5. *
  6. * Model version : 1.825
  7. * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
  8. * C source code generated on : Fri Apr 14 12:53:29 2023
  9. *
  10. * Target selection: rtwsfcn.tlc
  11. * Note: GRT includes extra infrastructure and instrumentation for prototyping
  12. * Embedded hardware selection: ARM Compatible->ARM Cortex-M
  13. * Emulation hardware selection:
  14. * Differs from embedded hardware (MATLAB Host)
  15. * Code generation objectives:
  16. * 1. Execution efficiency
  17. * 2. RAM efficiency
  18. * Validation result: Not run
  19. *
  20. * SOURCES: PWM_sf.c
  21. */
  22. /* statically allocated instance data for model: PWM */
  23. {
  24. {
  25. /* Local SimStruct for the generated S-Function */
  26. static LocalS slS;
  27. LocalS *lS = &slS;
  28. ssSetUserData(rts, lS);
  29. /* block I/O */
  30. {
  31. static B_PWM_T sfcnB;
  32. void *b = (real_T *) &sfcnB;
  33. ssSetLocalBlockIO(rts, b);
  34. (void) memset(b, 0,
  35. sizeof(B_PWM_T));
  36. }
  37. /* model checksums */
  38. ssSetChecksumVal(rts, 0, 1460315084U);
  39. ssSetChecksumVal(rts, 1, 1873271935U);
  40. ssSetChecksumVal(rts, 2, 11797905U);
  41. ssSetChecksumVal(rts, 3, 1909962613U);
  42. }
  43. }