代码搜索:uCOSII 开发教程

找到约 10,000 项符合「uCOSII 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/14641/396530

ucosii

#ifdef TCP_GLOBALS #define TCP_EXT #else #define TCP_EXT extern #endif /* TCP task SEM_NUM*/ //#define AppSemSend 8 //#define AppSemCon 12 //#define AppSemDisc 40 TCP_EXT OS_EVENT *
www.eeworm.com/read/14641/396531

ucosii

#ifdef SOCKET_GLOBALS #define SOCKET_EXT #else #define SOCKET_EXT extern #endif #define PF_INET 0 #define AF_INET 1 #define SOCK_STREAM 0 #define SOCK_DGRAM 1 #define TCP_PROTOCOL 0
www.eeworm.com/read/14641/396532

ucosii

#define IN_RAM #define EX_RAM #define IN_CODE #define USE_DATA struct _pkst{ struct _pkst *STPTR; unsigned int length; unsigned char *DAPTR; };//typedef s
www.eeworm.com/read/14641/396533

ucosii

#ifdef UDP_GLOBALS #define UDP_EXT #else #define UDP_EXT extern #endif #define UdpMaxRec 3 #define MAX_UDP_LINKS 5 typedef struct { uint8 rev; uint8 NextProtocal;
www.eeworm.com/read/14641/396534

ucosii

#ifdef ETHERNET_GLOBALS #define ETHERNET_EXT #else #define ETHERNET_EXT extern #endif #define IP_PACKED 0x01 #define ARP_PACKED 0x02 #define MAX_NET_PORT 0x01 typedef struct {
www.eeworm.com/read/14641/396535

ucosii

#ifdef UDP_GLOBALS #define UDP_EXT #else #define UDP_EXT extern #endif struct udp_dhead{ uint8 rev; uint8 NextProtocal; uint16 TotalLen; /*校验和,包
www.eeworm.com/read/14641/396536

ucosii

#ifdef ARP_GLOBALS #define ARP_EXT #else #define ARP_EXT extern #endif //ARP_EXT unsigned char IN_CODE ARP_REP_MAC[6]; ARP_EXT uint8 EX_RAM Ping_Ip_Address[4]; ARP_EXT uint8 EX_RAM Ping_IP_
www.eeworm.com/read/14641/396537

ucosii

#ifdef IP_GLOBALS #define IP_EXT #else #define IP_EXT extern #endif #ifdef Big_End union w { uint32 dwords; struct {uint16 high ;uint16 low;}words; struct {ui
www.eeworm.com/read/14641/396538

ucosii

#ifdef ICMP_GLOBALS #define ICMP_EXT #else #define ICMP_EXT extern #endif typedef struct {/*包含在IP包中,是IP的上层为0X01的应用*/ uint8 type; /*0X08 PING请求 0X00 PING应答*/
www.eeworm.com/read/14641/396539

ucosii

#ifdef UTILITS_GLOBALS #define UTILITS_EXT #else #define UTILITS_EXT extern #endif UTILITS_EXT void Delay_MS(unsigned int ms_number); UTILITS_EXT void Port_Hex2Str(unsigned int portnum); //