代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/184145/9120007
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/184094/9121748
o os_task.o
www.eeworm.com/read/184094/9121785
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/184031/9125558
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/281914/9127061
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/380655/9135742
c task_gps.c
#include "main.h"
/*************************************************
函数功能:将毫秒值表示的经纬度转换为度分秒形式
输入参数:bflag: 0表示纬度,1表示经度
*duString:度分秒形式表示的经纬度
value:毫秒值表示的经纬度
返回值:无
**
www.eeworm.com/read/380655/9135746
h task_gps.h
#ifndef _GC6119_TASK_GPS_H_
#define _GC6119_TASK_GPS_H_
#define MSGSIZE_GPS 80
typedef struct _tagStuGpsData
{
u32 iLongi; //经度
u32 iLati; //纬度
u16 sSpeed; //速度
u1
www.eeworm.com/read/380651/9135779
c gsm_task.c
#include "main.h"
extern u8 g_CdmaRcvBuf[MSGSIZE_CDMA]; /*串口接收到的GSM数据*/
extern u16 g_GsmCnt; /*串口接收到的GSM数据计数*/
/***********************************
函数功能:读信号质量
输入参数:无
返回值:无
*****
www.eeworm.com/read/380651/9135785
h gsm_task.h
#ifndef _GSM_TASK_H_
#define _GSM_TASK_H_
#define GSM_ON ( GPIO_SetBits(GPIOC, GPIO_Pin_4) ) //开GSM电源
#define GSM_OFF ( GPIO_ResetBits(GPIOC, GPIO_Pin_4) )
#define GSM_RST_L ( GPIO_S
www.eeworm.com/read/183829/9135905
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*