<?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>LPC Microcontrollers中的主题 Clear Match Tier LPC51U68</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Clear-Match-Tier-LPC51U68/m-p/876557#M35053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im currently working with a LPC51U58, doing kind of a code migration from LPC11u14.&lt;/P&gt;&lt;P&gt;For the LPC11u14 I had a old code from a colleague :&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****************************************************************************************************************&lt;/P&gt;&lt;P&gt;void TIMER32_0_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt; Chip_TIMER_ClearMatch(LPC_TIMER32_0, 1);&lt;BR /&gt; Chip_TIMER_Reset(LPC_TIMER32_0);&lt;BR /&gt; sleeping = FALSE;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/**&lt;BR /&gt; * @brief Clears a (pending) match interrupt&lt;BR /&gt; * @param pTMR : Pointer to timer IP register address&lt;BR /&gt; * @param matchnum : Match interrupt number to clear&lt;BR /&gt; * @return Nothing&lt;BR /&gt; * @note Clears a pending timer match interrupt.&lt;BR /&gt; */&lt;BR /&gt;STATIC INLINE void &lt;STRONG&gt;Chip_TIMER_ClearMatch&lt;/STRONG&gt;(LPC_TIMER_T *pTMR, int8_t matchnum)&lt;BR /&gt;{&lt;BR /&gt; pTMR-&amp;gt;IR = TIMER_IR_CLR(matchnum);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************************************************&lt;/P&gt;&lt;P&gt;I'm trying to recreate for the LPC51U68, but i don't find in the api a function that does the same of this last, anyone knows if theres a way of using other function to hve the same result or is it better to create my own?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2019 12:17:44 GMT</pubDate>
    <dc:creator>carlosmedeiros</dc:creator>
    <dc:date>2019-01-15T12:17:44Z</dc:date>
    <item>
      <title>Clear Match Tier LPC51U68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Clear-Match-Tier-LPC51U68/m-p/876557#M35053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im currently working with a LPC51U58, doing kind of a code migration from LPC11u14.&lt;/P&gt;&lt;P&gt;For the LPC11u14 I had a old code from a colleague :&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****************************************************************************************************************&lt;/P&gt;&lt;P&gt;void TIMER32_0_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt; Chip_TIMER_ClearMatch(LPC_TIMER32_0, 1);&lt;BR /&gt; Chip_TIMER_Reset(LPC_TIMER32_0);&lt;BR /&gt; sleeping = FALSE;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/**&lt;BR /&gt; * @brief Clears a (pending) match interrupt&lt;BR /&gt; * @param pTMR : Pointer to timer IP register address&lt;BR /&gt; * @param matchnum : Match interrupt number to clear&lt;BR /&gt; * @return Nothing&lt;BR /&gt; * @note Clears a pending timer match interrupt.&lt;BR /&gt; */&lt;BR /&gt;STATIC INLINE void &lt;STRONG&gt;Chip_TIMER_ClearMatch&lt;/STRONG&gt;(LPC_TIMER_T *pTMR, int8_t matchnum)&lt;BR /&gt;{&lt;BR /&gt; pTMR-&amp;gt;IR = TIMER_IR_CLR(matchnum);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************************************************&lt;/P&gt;&lt;P&gt;I'm trying to recreate for the LPC51U68, but i don't find in the api a function that does the same of this last, anyone knows if theres a way of using other function to hve the same result or is it better to create my own?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:17:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Clear-Match-Tier-LPC51U68/m-p/876557#M35053</guid>
      <dc:creator>carlosmedeiros</dc:creator>
      <dc:date>2019-01-15T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Match Tier LPC51U68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Clear-Match-Tier-LPC51U68/m-p/876558#M35054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="332183" data-username="carlosmedeiros" href="https://community.nxp.com/people/carlosmedeiros"&gt;Carlos Medeiros&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;BR /&gt;To provide the fastest possible support,&lt;BR /&gt;I'd highly recommend you to refer to the ctimer demos in the SDK.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK" title="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK"&gt;MCUXpresso SDK|NXP&lt;/A&gt; &lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 02:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Clear-Match-Tier-LPC51U68/m-p/876558#M35054</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-01-16T02:28:14Z</dc:date>
    </item>
  </channel>
</rss>

