摘要: osThreadState osState2;//自定义一个线程的状态 osThreadState 系统枚举定义如下: typedef enum { osThreadRunning = 0x0, /* A thread is querying the state of itself, so must be running. */ osThreadReady = 0x1 , /* The threa 阅读全文
posted @ 2019-09-16 16:10 阿坦 阅读(1805) 评论(0) 推荐(0)