multi-master serial computer bus

来源:互联网 发布:一元云购cms 漏洞 编辑:程序博客网 时间:2024/05/17 15:36

http://en.wikipedia.org/wiki/Multi-master_bus

From Wikipedia, the free encyclopedia

 

A multi-master bus is a computer bus in which there are multiple bus master nodes present on the bus. This is used when multiple nodes on the bus must/need to initiate transfer. For example, direct memory access (DMA) is used to transfer data between peripherals and memory without the need to use the central processing unit (CPU).

Some buses like I²C use multi-mastering inherently to allow any node to initiate a transfer with another node.