//############################################################################################################################################################################################################# #ifndef _INC_IDIBUS_IMPL_H_ #define _INC_IDIBUS_IMPL_H_ //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #include #include #include #include "System.h" #include "bootFunctions.h" #include #include "USART_COM.h" #include "RSLink.h" #include "CRCs.h" //#include "EEPROM_Fast.h" //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- typedef struct { uint8_t ComFunc; uint16_t InpDataLength; volatile uint8_t *OutData; uint16_t OutDataLength; uint8_t SMPS; } IDIBUS_FARG_TYPE; //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #define IDIBUS_SYSTEM_SW_VERSION 0x3133U //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #endif // #ifndef _INC_IDIBUS_IMPL_H_ //#############################################################################################################################################################################################################