| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*
- * PWM_sid.h
- *
- * Code generation for model "PWM_sf".
- *
- * Model version : 1.825
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C source code generated on : Fri Apr 14 12:53:29 2023
- *
- * Target selection: rtwsfcn.tlc
- * Note: GRT includes extra infrastructure and instrumentation for prototyping
- * Embedded hardware selection: ARM Compatible->ARM Cortex-M
- * Emulation hardware selection:
- * Differs from embedded hardware (MATLAB Host)
- * Code generation objectives:
- * 1. Execution efficiency
- * 2. RAM efficiency
- * Validation result: Not run
- *
- * SOURCES: PWM_sf.c
- */
- /* statically allocated instance data for model: PWM */
- {
- {
- /* Local SimStruct for the generated S-Function */
- static LocalS slS;
- LocalS *lS = &slS;
- ssSetUserData(rts, lS);
- /* block I/O */
- {
- static B_PWM_T sfcnB;
- void *b = (real_T *) &sfcnB;
- ssSetLocalBlockIO(rts, b);
- (void) memset(b, 0,
- sizeof(B_PWM_T));
- }
- /* model checksums */
- ssSetChecksumVal(rts, 0, 1460315084U);
- ssSetChecksumVal(rts, 1, 1873271935U);
- ssSetChecksumVal(rts, 2, 11797905U);
- ssSetChecksumVal(rts, 3, 1909962613U);
- }
- }
|