<?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>CodeWarrior for MCUのトピックCodeWarrior 8- &amp; 16-bit tools: Data Prefixes and Suffixes</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-Data-Prefixes-and-Suffixes/m-p/124893#M129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;To help you find solutions to problems that have already been solved, we have posted this message. It contains an entire topic ported from a separate forum. The original message and all replies are in this single message.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Posted: Oct 24, 2005 - 01:37 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm new to Freescale and CodeWarrior and am working with the Freescale 13193EVK and have been trying to find documentaion on how the prefixes and suffixes are assigned. I know these are typically used to describe the type of information being used, for instance a pointer variable definition like&lt;/P&gt;&lt;P&gt;int *pMydata;&lt;/P&gt;&lt;P&gt;is usually done rather than&lt;/P&gt;&lt;P&gt;int *Mydata;&lt;/P&gt;&lt;P&gt;I've found the following and would like more information on what they are telling me,&lt;/P&gt;&lt;P&gt;Prefixes g, p (pointer),&lt;/P&gt;&lt;P&gt;Suffixes _t, _c, and _d.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;BR /&gt;Larry&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 25, 2005 - 09:27 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry but I don't understand the request/question.&lt;BR /&gt;Could you please give us more info ?&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pascal Irrle&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 25, 2005 - 10:20 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here are some examples of each data type, some with a prefix and suffix. These are from Freescale's ZigBee stack. I'm not asking what the code is doing, just how I'm supposed to interpret the prefixes and suffixes.&lt;/P&gt;&lt;P&gt;#define gCLKO_EnableBit_c (1&amp;lt;&amp;lt;5)&lt;BR /&gt;('g' Prefix and '_c' Suffix)&lt;BR /&gt;#define cRX_LEVEL8shift (8)&lt;BR /&gt;(Had not seen the 'c' prefix)&lt;BR /&gt;ret = App_WaitMsg(pMsgIn, gNwkScanCnf_c);&lt;BR /&gt;('p' Prefix, 'g' Prefix and '_c' Suffix)&lt;BR /&gt;Uart_PrintHex((uint8_t *)panId, 2, 0);&lt;BR /&gt;('_t' Suffix)&lt;BR /&gt;#define gDeviceTypeRFD_d 4&lt;BR /&gt;('g' Prefix and '_d' Suffix)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 26, 2005 - 01:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Google for "hungarian notation".&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2006 01:52:51 GMT</pubDate>
    <dc:creator>marc_paquette</dc:creator>
    <dc:date>2006-01-28T01:52:51Z</dc:date>
    <item>
      <title>CodeWarrior 8- &amp; 16-bit tools: Data Prefixes and Suffixes</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-Data-Prefixes-and-Suffixes/m-p/124893#M129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;To help you find solutions to problems that have already been solved, we have posted this message. It contains an entire topic ported from a separate forum. The original message and all replies are in this single message.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Posted: Oct 24, 2005 - 01:37 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm new to Freescale and CodeWarrior and am working with the Freescale 13193EVK and have been trying to find documentaion on how the prefixes and suffixes are assigned. I know these are typically used to describe the type of information being used, for instance a pointer variable definition like&lt;/P&gt;&lt;P&gt;int *pMydata;&lt;/P&gt;&lt;P&gt;is usually done rather than&lt;/P&gt;&lt;P&gt;int *Mydata;&lt;/P&gt;&lt;P&gt;I've found the following and would like more information on what they are telling me,&lt;/P&gt;&lt;P&gt;Prefixes g, p (pointer),&lt;/P&gt;&lt;P&gt;Suffixes _t, _c, and _d.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;BR /&gt;Larry&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 25, 2005 - 09:27 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry but I don't understand the request/question.&lt;BR /&gt;Could you please give us more info ?&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pascal Irrle&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 25, 2005 - 10:20 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here are some examples of each data type, some with a prefix and suffix. These are from Freescale's ZigBee stack. I'm not asking what the code is doing, just how I'm supposed to interpret the prefixes and suffixes.&lt;/P&gt;&lt;P&gt;#define gCLKO_EnableBit_c (1&amp;lt;&amp;lt;5)&lt;BR /&gt;('g' Prefix and '_c' Suffix)&lt;BR /&gt;#define cRX_LEVEL8shift (8)&lt;BR /&gt;(Had not seen the 'c' prefix)&lt;BR /&gt;ret = App_WaitMsg(pMsgIn, gNwkScanCnf_c);&lt;BR /&gt;('p' Prefix, 'g' Prefix and '_c' Suffix)&lt;BR /&gt;Uart_PrintHex((uint8_t *)panId, 2, 0);&lt;BR /&gt;('_t' Suffix)&lt;BR /&gt;#define gDeviceTypeRFD_d 4&lt;BR /&gt;('g' Prefix and '_d' Suffix)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Posted: Oct 26, 2005 - 01:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Google for "hungarian notation".&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 01:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-Data-Prefixes-and-Suffixes/m-p/124893#M129</guid>
      <dc:creator>marc_paquette</dc:creator>
      <dc:date>2006-01-28T01:52:51Z</dc:date>
    </item>
  </channel>
</rss>

