Files
CAN-IO/Test2/Core/Inc/variables.h
v0stap bd00d0025d test
2026-04-03 16:34:46 +02:00

32 lines
559 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* variables.h
*
* Created on: 22 дек. 2025г.
* Author: v0stap
*/
#ifndef INC_VARIABLES_H_
#define INC_VARIABLES_H_
typedef struct {
uint16_t avi[4];
uint16_t dvo_fr[4];
uint16_t dvo_dt[4];
uint16_t dvi_fr[4];
uint16_t dvi_dt[4];
uint8_t tim1_timeout;
uint8_t tim2_timeout;
uint8_t tim3_timeout;
uint8_t tim15_timeout;
uint8_t can_timeout;
uint8_t conter;
uint8_t timer;
uint8_t buffer;
uint8_t Send_Data_IRQ;
} var_typedef;
typedef struct {
} config_typedef;
#endif /* INC_VARIABLES_H_ */