Freertos代码之链表

芯    片: STM32F427VITx     指 令 集: ARMV7、Thumb2 编译环境: arm gcc 系统里链表代码不多,抽出来添加了地址打印,运行一下便知细节。先上图,粗略的画了一下,丑了点。 #include <stdio.h> #include <stdlib.h> struct xLIST_ITEM {     unsigned int xItemValue;     s
相关文章
相关标签/搜索