<?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>Delve in header files (understanding sdk)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16385/delve-in-header-files-understanding-sdk</link><description>I&amp;#39;m sorry for general question, but I need it for my calming down.
I&amp;#39;m delving step by step go throught header files into origin definition of function for understanding the core of simple example (blinky in my case). I&amp;#39;m stuck in function
There&amp;#39;re</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Sep 2016 12:13:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16385/delve-in-header-files-understanding-sdk" /><item><title>RE: Delve in header files (understanding sdk)</title><link>https://devzone.nordicsemi.com/thread/62725?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 12:13:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7bfd167-41db-44cd-b1ca-e20ca86891cd</guid><dc:creator>Stas</dc:creator><description>&lt;p&gt;I didn&amp;#39;t notice it, my fault. Thanks a lot for helping.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delve in header files (understanding sdk)</title><link>https://devzone.nordicsemi.com/thread/62724?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 10:52:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:333b8454-81ad-456a-8a60-e73396014aa9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Stas,&lt;/p&gt;
&lt;p&gt;nrf_gpio_cfg() is defined in nrf_gpio.h . It utilize the NRF_GPIO-&amp;gt;PIN_CNF[] register.
You use PIN_CNF[] register when you want atomic operation to change the configuration of a pin.
You can find what you need to feed in this function by looking at the description of the PIN_CNF register in the nRF51 or nRF52 Reference Manual.&lt;/p&gt;
&lt;p&gt;You can directly access the registers if you like, our library just provide an abstract layer on top of the register, make it easier to use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>