原创 FreeRTOS 鏈表的深度講解

list.h裏定義 /*節點結構體定義*/ struct xLIST_ITEM { TickType_t xItemValue; //輔助值,用於幫助節點做順序排列 struct xLIST_ITEM *