test_branches/Inu/xilinx_wrapper/adc_sim.h
2025-01-19 12:19:24 +03:00

13 lines
141 B
C

#ifndef PWM_SIM
#define PWM_SIM
// Äëÿ ìîäåëèðîâàíèÿ ADC
typedef struct
{
int tAdc;
int Tadc;
int nAdc;
}AdcSimHandle;
#endif //PWM_SIM