摘要:
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives ... 阅读全文
摘要:
一、向消息队列发送一则消息(FIFO OSQPost())/*********************************************************************************************************** POST MESSAGE TO A QUEUE** Description: This function sends a m... 阅读全文
摘要:
一、发送一个信号量 OSSemPost ()/*********************************************************************************************************** POST TO A SEMAPHORE** Description : This function signals a semaphore... 阅读全文