<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Where can I find documentation on NRF_GPIOTE-&amp;gt;INTENSET</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2817/where-can-i-find-documentation-on-nrf_gpiote--intenset</link><description>Hello, 
 I have been searching for GPIO documentation, particularly on interrupt configuration, and I have come up short. Can someone send me a link where I can find more information? 
 Thanks,
Matt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jun 2014 05:52:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2817/where-can-i-find-documentation-on-nrf_gpiote--intenset" /><item><title>RE: Where can I find documentation on NRF_GPIOTE-&gt;INTENSET</title><link>https://devzone.nordicsemi.com/thread/10791?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2014 05:52:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2814a7a7-a36c-4217-8a15-3bd0c242333d</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Matt&lt;/p&gt;
&lt;p&gt;Yes, as pointed out earlier, check the documentation in &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/nRF51-RM/20337"&gt;nRF51 Series Reference Manual v2.1&lt;/a&gt;, chapter 14. For a code reference on how to set the GPIOTE interrupt, check the &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/5.2.0/html/a00046.html"&gt;pin_change_int_example&lt;/a&gt; in the nRF51 SDK v5.2.0. GPIOTE module will give you an interrupt on GPIO pin state change (when going low or high, it is configurable).&lt;/p&gt;
&lt;p&gt;Enabling the GPIOTE.IN events consumes a lot of current. If your requirement for your application is low current consumption, I would recommend to use the GPIOTE.PORT event instead of the GPIOTE.IN events, because that consumes very little current (&amp;lt;1uA). For a code reference on how to set the GPIOTE interrupt with a PORT event, see the system-on-wakeup-on-gpio example &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where can I find documentation on NRF_GPIOTE-&gt;INTENSET</title><link>https://devzone.nordicsemi.com/thread/10790?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2014 17:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc7a7bd6-06c2-4d70-a207-02d79574295f</guid><dc:creator>syntroniks</dc:creator><description>&lt;p&gt;Hopefully the nRF51 Series Reference Manual can help you out a bit. You should be able to find it on Nordic&amp;#39;s site. I go here for HW documentation &lt;a href="https://www.nordicsemi.com/eng/nordic/mypage"&gt;www.nordicsemi.com/.../mypage&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>