<?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 to read the nrf52* register ’s one bit？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25477/how-to-read-the-nrf52-register-s-one-bit</link><description>hi,I want read the NRF_GPIO -&amp;gt;LATCH register second bit out directly,how to do it ?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Mar 2018 09:58:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25477/how-to-read-the-nrf52-register-s-one-bit" /><item><title>RE: how to read the nrf52* register ’s one bit？</title><link>https://devzone.nordicsemi.com/thread/122582?ContentTypeID=1</link><pubDate>Fri, 02 Mar 2018 09:58:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:430ff786-5a8d-4470-9ffe-3a4a295d7188</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Could you explain what you mean by this? I do not fully understand what your question is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read the nrf52* register ’s one bit？</title><link>https://devzone.nordicsemi.com/thread/122376?ContentTypeID=1</link><pubDate>Thu, 01 Mar 2018 02:06:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41536031-e22f-4805-bb4c-9213393d4dbb</guid><dc:creator>chenlmm</dc:creator><description>&lt;p&gt;How long is shifting 1bit operation ? I want catch the&amp;nbsp; data from GPIO&amp;#39;s 8bits ,when anther gpio input signal (8Mhz) rise edge come.Can you get me an code ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read the nrf52* register ’s one bit？</title><link>https://devzone.nordicsemi.com/thread/100410?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 09:55:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b1ead25-b5d3-449b-ace3-eeeb6d61bb06</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;As on any other system: binary shift and mask. E.g.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint32_t result = (NRF_GPIO -&amp;gt;LATCH&amp;gt;&amp;gt;1)&amp;amp;0x00000001;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>