<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AS1_TComData in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AS1-TComData/m-p/140193#M2433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is HC08 CW v5.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the sending and receiving function code that ESCI and SPI beans generate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AS1_SendChar(AS1_TComData Chr)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;why is the datatype defined/called AS1_TcomData ? Why can't it just be called byte or char?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the typedef declaration somewhere in one of the files in the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 03:28:03 GMT</pubDate>
    <dc:creator>tmyint</dc:creator>
    <dc:date>2006-12-15T03:28:03Z</dc:date>
    <item>
      <title>AS1_TComData</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AS1-TComData/m-p/140193#M2433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is HC08 CW v5.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the sending and receiving function code that ESCI and SPI beans generate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AS1_SendChar(AS1_TComData Chr)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;why is the datatype defined/called AS1_TcomData ? Why can't it just be called byte or char?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the typedef declaration somewhere in one of the files in the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 03:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AS1-TComData/m-p/140193#M2433</guid>
      <dc:creator>tmyint</dc:creator>
      <dc:date>2006-12-15T03:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: AS1_TComData</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AS1-TComData/m-p/140194#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The typedef does make sense, when you use an SCI in 9 bit mode, then AS1_TComData is typedefed to word, not to byte anymore.&lt;BR /&gt;So with the typedef the code works independently of this setting.&lt;BR /&gt;If you want to use byte in your code, well that's actually even compatible as in C typedefs do not introduce new types, they just introduce an alias to an existing type. Of course then your code will fail with a 9 bit SCI.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 05:13:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AS1-TComData/m-p/140194#M2434</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2006-12-16T05:13:13Z</dc:date>
    </item>
  </channel>
</rss>

