<?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>PPI channel assign</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36184/ppi-channel-assign</link><description>In infocenter we will have to define *********** 
 
 
 
 #define 
 nrf_drv_ppi_channel_assign nrfx_ppi_channel_assign 
 
 
 
 Macro for forwarding the new implementation. 
 
 
 
 ************ where nrfx_ppi_channel_assign is a function ************ 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Jul 2018 16:10:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36184/ppi-channel-assign" /><item><title>RE: PPI channel assign</title><link>https://devzone.nordicsemi.com/thread/139621?ContentTypeID=1</link><pubDate>Tue, 10 Jul 2018 16:10:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74cfc0a5-79d3-4618-9b1c-b076fb6e9fe0</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not understand the question.&lt;/p&gt;
&lt;p&gt;The define&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#define &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;nrf_drv_ppi_channel_assign&amp;nbsp;&amp;nbsp; nrfx_ppi_channel_assign&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;means that you can use the name &lt;code&gt;nrf_drv_ppi_channel_assign&lt;/code&gt; for calling the function &lt;code&gt;nrfx_ppi_channel_assign&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I recommend using the &lt;code&gt;nrfx_*&lt;/code&gt; names for calling the functions from your own projects.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPI channel assign</title><link>https://devzone.nordicsemi.com/thread/139548?ContentTypeID=1</link><pubDate>Tue, 10 Jul 2018 10:26:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2330a15-fea2-449d-96b4-67edbf77fe3d</guid><dc:creator>Ayush Bansal</dc:creator><description>&lt;p&gt;But both the functions i have written are from infocenter of SDK 15, and code is also from SDK 15, examples&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPI channel assign</title><link>https://devzone.nordicsemi.com/thread/139422?ContentTypeID=1</link><pubDate>Mon, 09 Jul 2018 12:53:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dae6659c-8a56-435c-90c3-db6d86b7edf5</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The names of a lot of driver APIs were changed in SDK 15. For instance, the old PPI driver API used functions with names on the form nrf_drv_ppi_* and now the new ones use names on the form nrfx_ppi_*.&lt;/p&gt;
&lt;p&gt;The macro is not something that you must do yourself, it is found in the file &amp;lt;sdk folder&amp;gt;\integration\nrfx\legacy\nrf_drv_ppi.h, and is to be included if for instance you use a library that uses the old names for the API. You will see that a lot in SDK examples.&lt;/p&gt;
&lt;p&gt;For more information and example, please have a look at the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fppi_example.html"&gt;PPI Example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>