<?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 Re: undocumented ADC_HAL_GetChnMuxMode in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420025#M2133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;DaveTonyCook,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I apologize for my late response, I was out of my office.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Yes, there are some changes because there is actually support of more devices and there is needed make unified layer (HAL) over them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Actually there is actually no known ADC issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Iva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 19:52:19 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2015-07-28T19:52:19Z</dc:date>
    <item>
      <title>undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420022#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is ADC_HAL_GetChnMuxMode() undocumented ? All versions.&amp;nbsp; What else slipped through the net? &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insights would be welcome&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 08:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420022#M2130</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2015-07-17T08:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420023#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;DaveTonyCook&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="replyToName"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function for &lt;STRONG&gt;ADC16_HAL_GetChnMuxMode()&lt;/STRONG&gt; is not documented in API RM but in &lt;STRONG&gt;fsl_adc16_hal.h&lt;/STRONG&gt; for KSDK 1.1.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;API Reference Manual is generated by Doxygen, Doxygen parsing all driver files, decoding doxygen tags inside drivers and generate the API Reference Manual. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADC16_HAL_GetChnMuxMode() &lt;/STRONG&gt;selects channel mux mode for ADC16 module - if is the MUX set for ADC and if not, it is set.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;@brief Gets the current channel mux mode for the ADC16 module.&lt;/LI&gt;&lt;LI&gt;@param baseAddr Register base address for the module.&lt;/LI&gt;&lt;LI&gt;@return Selection of mode enumeration. See to "adc16_chn_mux_mode_t".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14371357213027175 jive_text_macro" data-renderedposition="271.20001220703125_8_1016_64" jivemacro_uid="_14371357213027175"&gt;&lt;P&gt;static inline adc16_chn_mux_mode_t ADC16_HAL_GetChnMuxMode(uint32_t baseAddr)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (adc16_chn_mux_mode_t)(BR_ADC_CFG2_MUXSEL(baseAddr) );&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I hope it helps you,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Iva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420023#M2131</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-07-17T12:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420024#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you or anyone at Freescale know why the ADC driver layer was change?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what the reason for the change was?&lt;/P&gt;&lt;P&gt;Are there any bugs with the v1.0.0 ADC driver that I should be aware of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not know the answer please say so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420024#M2132</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2015-07-22T08:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420025#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;DaveTonyCook,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I apologize for my late response, I was out of my office.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Yes, there are some changes because there is actually support of more devices and there is needed make unified layer (HAL) over them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Actually there is actually no known ADC issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Iva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420025#M2133</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-07-28T19:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420026#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about internal bug report. Can I have a copy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 11:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420026#M2134</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2015-07-30T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: undocumented ADC_HAL_GetChnMuxMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420027#M2135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello DaveTonyCook,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 07:51:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/undocumented-ADC-HAL-GetChnMuxMode/m-p/420027#M2135</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-08-03T07:51:52Z</dc:date>
    </item>
  </channel>
</rss>

