<?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: PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397185#M1322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually know how to use the PORT_HAL_SetPullCmd, I was just posting this so that it gets added to the documentation on future releases of the SDK. Multiple functions are missing and it makes it more difficult than necessary to read the documentation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 17:03:04 GMT</pubDate>
    <dc:creator>carlostadeoorte</dc:creator>
    <dc:date>2015-06-24T17:03:04Z</dc:date>
    <item>
      <title>PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397182#M1319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They don't show up on neither PDF or HTML SDK reference manual. They can only be found by browsing the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 19:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397182#M1319</guid>
      <dc:creator>carlostadeoorte</dc:creator>
      <dc:date>2015-06-12T19:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397183#M1320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;The reference manuals generate their content from the header files of the KSDK.&lt;/P&gt;&lt;P&gt;We are finding that some documentation is missing and have notified the team to review and fix.&lt;/P&gt;&lt;P&gt;Thank you for posting your observations.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 21:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397183#M1320</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-06-12T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397184#M1321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;is there any&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;information&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you miss&lt;/SPAN&gt;&lt;/SPAN&gt;? Is anything specific what do you find?&lt;/P&gt;&lt;P&gt;PORT_HAL_Set_PullCmd() is typically used for setting pull up resistor on concrete pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14343717031675328" data-renderedposition="134_8_1231_16" jivemacro_uid="_14343717031675328"&gt;&lt;P&gt;PORT_HAL_SetPullCmd(PORTC,6U,true);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pull up resistor on PORT C on pin 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397184#M1321</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-06-15T12:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397185#M1322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually know how to use the PORT_HAL_SetPullCmd, I was just posting this so that it gets added to the documentation on future releases of the SDK. Multiple functions are missing and it makes it more difficult than necessary to read the documentation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397185#M1322</guid>
      <dc:creator>carlostadeoorte</dc:creator>
      <dc:date>2015-06-24T17:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397186#M1323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos Tadeo Ortega Otero,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, I checked and you are right.&lt;/P&gt;&lt;P&gt;Many thanks for your feedback.&lt;/P&gt;&lt;P&gt;I passed it to Doc Team, and in next release would be added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/PORT-HAL-SetPullCmd-and-Port-HAL-SetPullCmd-are-not-documented/m-p/397186#M1323</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-06-24T19:44:54Z</dc:date>
    </item>
  </channel>
</rss>

