<?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: What is the meaning of this code(lpc1857)? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-is-the-meaning-of-this-code-lpc1857/m-p/830016#M33149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A branch clock is switched on, following the procedure described in the User's Manual.&lt;/P&gt;&lt;P&gt;The bits RUN asnd AUTO are set in the CFG register, followed by a polling on the RUN bit in the respective STAT register.&lt;/P&gt;&lt;P&gt;To switch on the clock, the AUTO bit is not required, but it's a nice feature when afterwards the clock is switched off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An endless while loop is maybe not the best way to write such a code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 16:12:20 GMT</pubDate>
    <dc:creator>bernhardfink</dc:creator>
    <dc:date>2018-10-24T16:12:20Z</dc:date>
    <item>
      <title>What is the meaning of this code(lpc1857)?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-is-the-meaning-of-this-code-lpc1857/m-p/830015#M33148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#define CCU_CLK_CFG_RUN (1 &amp;lt;&amp;lt; 0)&lt;BR /&gt;#define CCU_CLK_CFG_AUTO (1 &amp;lt;&amp;lt; 1)&lt;BR /&gt;#define CCU_CLK_STAT_RUN (1 &amp;lt;&amp;lt; 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPC_CCU1-&amp;gt;CLK_M3_GPIO_CFG = CCU_CLK_CFG_AUTO | &lt;BR /&gt; CCU_CLK_CFG_RUN;&lt;BR /&gt;while (!(LPC_CCU1-&amp;gt;CLK_M3_GPIO_STAT &amp;amp; CCU_CLK_STAT_RUN));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-is-the-meaning-of-this-code-lpc1857/m-p/830015#M33148</guid>
      <dc:creator>kmdaivajna</dc:creator>
      <dc:date>2018-10-24T11:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is the meaning of this code(lpc1857)?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-is-the-meaning-of-this-code-lpc1857/m-p/830016#M33149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A branch clock is switched on, following the procedure described in the User's Manual.&lt;/P&gt;&lt;P&gt;The bits RUN asnd AUTO are set in the CFG register, followed by a polling on the RUN bit in the respective STAT register.&lt;/P&gt;&lt;P&gt;To switch on the clock, the AUTO bit is not required, but it's a nice feature when afterwards the clock is switched off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An endless while loop is maybe not the best way to write such a code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 16:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-is-the-meaning-of-this-code-lpc1857/m-p/830016#M33149</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2018-10-24T16:12:20Z</dc:date>
    </item>
  </channel>
</rss>

