導航:首頁 > 源碼編譯 > ostask源碼詳解

ostask源碼詳解

發布時間:2023-09-09 09:50:23

❶ 關於ucos系統中OSTaskCreateExt( )函數的問題。

堆棧檢驗是調用這個函數,看它的返回值
*********************************************************************************************************
* STACK CHECKING
*
* Description: This function is called to check the amount of free memory left on the specified task's
* stack.
*
* Arguments : prio is the task priority
*
* pdata is a pointer to a data structure of type OS_STK_DATA.
*
* Returns : OS_NO_ERR upon success
* OS_PRIO_INVALID if the priority you specify is higher that the maximum allowed
* (i.e. > OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
* OS_TASK_NOT_EXIST if the desired task has not been created
* OS_TASK_OPT_ERR if you did NOT specified OS_TASK_OPT_STK_CHK when the task was created
*********************************************************************************************************
*/

INT8U OSTaskStkChk (INT8U prio, OS_STK_DATA *pdata)

閱讀全文

與ostask源碼詳解相關的資料

熱點內容
c語言常用排序演算法 瀏覽:817
pythonhtml文件上傳 瀏覽:517
dosat命令執行exe 瀏覽:93
1024程序員牛頭人 瀏覽:550
程序員能學到技術嗎 瀏覽:418
pe軟體解壓後不能安裝 瀏覽:355
易語言提取網頁文字加密 瀏覽:369
思迅軟體都需要加密狗嗎 瀏覽:73
17種食物緩解壓力 瀏覽:974
sql2005壓縮日誌 瀏覽:87
程序員為什麼依賴百度 瀏覽:157
三年級上冊北師大版數學第一課速演算法 瀏覽:262
php面試題知乎 瀏覽:554
92汽油的壓縮比 瀏覽:300
雜貨實物商城源碼 瀏覽:761
手游單機游戲app哪個好呢 瀏覽:964
at命令開機 瀏覽:39
phparray遍歷 瀏覽:359
vb怎麼上傳文件到伺服器 瀏覽:437
單片機有多少 瀏覽:267