<?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>question about PPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4258/question-about-ppi</link><description>hello, everyone.
i am a new, i can&amp;#39;t understand the meaning of &amp;quot;One event can trigger multiple tasks by using multiple channels and one task can be triggered by multiple events in the same way.&amp;quot; in the document.
can anybody help me ?
(sorry,my english</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Oct 2014 12:51:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4258/question-about-ppi" /><item><title>RE: question about PPI</title><link>https://devzone.nordicsemi.com/thread/15207?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 12:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75ed873c-4e72-4651-8421-4c5345ca524a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;You are welcome!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about PPI</title><link>https://devzone.nordicsemi.com/thread/15206?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 12:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad6dfb7e-4d8c-4fe7-a6df-957f4ddf9278</guid><dc:creator>Lei Feiyang</dc:creator><description>&lt;p&gt;thank you very much,You gave me a lot of help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about PPI</title><link>https://devzone.nordicsemi.com/thread/15205?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 12:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be72b753-d65a-47ae-988f-e5f3ef6a4d40</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;It means one event can trigger two or more tasks. And two or more events can trigger the same task. The way you do this is by using two or more channels.&lt;/p&gt;
&lt;p&gt;This will assign your &amp;quot;Event 1&amp;quot; to PPI channel 0 and 1 and trigger two different tasks:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_PPI-&amp;gt;CH[0].EEP = &amp;quot;Event 1&amp;quot;
NRF_PPI-&amp;gt;CH[1].EEP = &amp;quot;Event 1&amp;quot;

NRF_PPI-&amp;gt;CH[0].TEP = &amp;quot;Task 1&amp;quot;
NRF_PPI-&amp;gt;CH[1].TEP = &amp;quot;Task 2&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will assign your &amp;quot;Event 1&amp;quot; and &amp;quot;Event 2&amp;quot; to PPI channel 0 and 1, and trigger the same task:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_PPI-&amp;gt;CH[0].EEP = &amp;quot;Event 1&amp;quot;
NRF_PPI-&amp;gt;CH[1].EEP = &amp;quot;Event 2&amp;quot;

NRF_PPI-&amp;gt;CH[0].TEP = &amp;quot;Task 1&amp;quot;
NRF_PPI-&amp;gt;CH[1].TEP = &amp;quot;Task 1&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>