FreeRTOS事件組之事件組置位(xEventGroupSetBits)

(1)第一種情況描述如下(最簡單的情況)            事件組的xTasksWaitingForBits下面沒有掛載任何東西,而且uxEventBits=0;相當於調用xEventGroupCreate之後馬上執行xEventGroupSetBits。         #define BIT_0 (1 << 0 ) #define BIT_4 (1 << 4 ) xEventGroup =
相關文章
相關標籤/搜索