module.tmpl

来自「QNX ADS BSP code for i.MX27 chips」· TMPL 代码 · 共 42 行

TMPL
42
字号
<?xml version="1.0"?><module name="spi-mx21">	<type>Element</type>	<classification>Driver</classification>	<description>		<short>Freescale i.MX21 SPI Driver</short>	        <abstract>		<![CDATA[The Serial Protocol Interface on the Freescale i.MX21 is protocol compatible with the standard Serial Protocol Interface (SPI). The Freescale i.MX21 BSP support for the SPI (spi-mx21) supports Full Duplex communication in Master mode. The SPI provides serial communications between the i.MX21CPU core and peripheral devices.]]>	        </abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="false">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<contents>		<component id="spi-mx21" generated="true">			<location basedir="{cpu}/dll{.:endian}"				 runtime="true">spi-mx21.so</location>		</component>	</contents>	<requires>		<part build="true" location="lib/spi"/>		<part build="false" location="hardware/spi"/>	</requires></module>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?