tte_dynseg.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
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