tte_dynseg.h

Go to the documentation of this file.
00001 /* Copyright (C) 2006-2007 TTTech. All rights reserved
00002  * Schoenbrunnerstrasse 7, A--1040 Wien, Austria. office@tttech.com
00003  *
00004  * Name
00005  *   te_dynseg.h
00006  *
00007  * Purpose
00008  *
00009  * Revisions
00010  *   07-Oct-2008  (AAD) Creation
00011  *   ««revision-date»»···
00012  */
00013 
00014 #ifndef TTE_DYNSEG_H_
00015 #define TTE_DYNSEG_H_
00016 
00017 #include "tte_target.h"
00018 
00019 #define TTE_DYNSEG_PAYLOAD          ((uint32_t)50)
00020 #define TTE_DYNSEG_ETHER_TYPE       ((uint16_t)0x891D)
00021 
00022 #define TTE_DYNSEG_START_OPCODE     ((uint8_t)0x01)
00023 #define TTE_DYNSEG_STOP_OPCODE      ((uint8_t)0x02)
00024 
00025 
00040 extern int32_t tte_send_dynseg_start(void);
00041 
00056 extern int32_t tte_send_dynseg_stop(void);
00057 
00058 #endif /* TTE_DYNSEG_H_ */
Generated on Tue Nov 29 14:09:18 2011 for TTEthernet Model for INET Framework by  doxygen 1.6.3