kconfig
来自「硬实时linux补丁rtai下的网络协议栈 最新」· 代码 · 共 22 行
TXT
22 行
config RTNET_TDMA bool "TDMA discipline for RTmac" depends RTNET_RTMAC default y ---help--- The Time Division Multiple Access discipline is the default RTmac protocol for Ethernet networks. It consists of a master synchronising the access of the slaves to the media by periodically issuing frames. Backup masters can be set up to take over if the primary master fails. TDMA also provides a global clock across all participants. The tdmacfg tool can be used to configure a real-time NIC to use TDMA. See Documenatation/README.rtmac for further details.config RTNET_TDMA_MASTER bool "TDMA master support" depends RTNET_TDMA default y ---help--- Enables TDMA master and backup master support for the node. This can be switched of to reduce the memory footprint of pure slave nodes.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?