<?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>How gpio related to gpiote?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2841/how-gpio-related-to-gpiote</link><description>Hi All, 
 i would like to know how gpio relate to gpiote,i go through some code and find
 out , that gpiote handles in,out,config registers that is handle by gpio also ,How it is 
 happening ?

 so can any one please share information related to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Sep 2017 15:47:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2841/how-gpio-related-to-gpiote" /><item><title>RE: How gpio related to gpiote?</title><link>https://devzone.nordicsemi.com/thread/10838?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 15:47:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c06f068-2903-465a-bc5c-2e0b2f9ad8c5</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;Is there an example for using the IN/OUT vs PORT events. I can&amp;#39;t find where the difference between the two methods is described.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How gpio related to gpiote?</title><link>https://devzone.nordicsemi.com/thread/10837?ContentTypeID=1</link><pubDate>Thu, 19 Jun 2014 12:51:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a4ba955-b12d-47e4-b06c-0f62cd1e4605</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;The GPIOs can be configured as inputs or outputs (with some other configurations well, but this is the basic conf.)
These can then be used to sense if a pin is high in input configuration, or set a level if configuration is output.&lt;/p&gt;
&lt;p&gt;The GPIOTE is a peripheral that can be used to manipulate GPIO behavior.
You can use this peripheral to generate interrupt on pin change (wake-up on pin) using the GPIOTE PORT event, or you can use the IN/OUT tasks in combination with the PPI to &amp;quot;by-pass&amp;quot; the MCU for certain use-cases, like triggering an ADC conversion when GPIO x is set to &amp;#39;1&amp;#39;, or generating a self-contained PWM output using a TIMER.
Please see the gpiote_example in the SDK as an example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>