<?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>Getting a reference to the ADC device in nrf52832 with Zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68014/getting-a-reference-to-the-adc-device-in-nrf52832-with-zephyr</link><description>To get the GPIO binding I can use: 
 device_get_binding(&amp;quot;GPIO_0&amp;quot;); 
 1. I would like to know where in the documentation it lists the strings you can pass to that function to get different device bindings. 
 2. I would like to know what string to pass</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Nov 2020 15:24:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68014/getting-a-reference-to-the-adc-device-in-nrf52832-with-zephyr" /><item><title>RE: Getting a reference to the ADC device in nrf52832 with Zephyr</title><link>https://devzone.nordicsemi.com/thread/278649?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 15:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c1f317f-52fe-43f2-bb46-d124f680e8e4</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Different MCU may have different names, so this information is not included in the documentation.&lt;/p&gt;
&lt;p&gt;You can refer to ncs\zephyr\dts\arm\nordic\nrf52832.dtsi file in the source code. It contains&amp;nbsp;&lt;span&gt;SoC-level definitions including the peripheral names which you need to specify in the binding function. You will find the &amp;quot;ADC_0&amp;quot; in this file.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>