<?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>What is extended compare mode in timer?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11085/what-is-extended-compare-mode-in-timer</link><description>I was going through the timer resources and I found a function nrf_drv_timer_extended_compare . Can someone please explain me what this function does?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Dec 2015 09:06:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11085/what-is-extended-compare-mode-in-timer" /><item><title>RE: What is extended compare mode in timer?</title><link>https://devzone.nordicsemi.com/thread/41481?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 09:06:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b0d0a0-d52e-4075-92d9-ad2ccfc032fa</guid><dc:creator>Krzysztof Chruscinski</dc:creator><description>&lt;p&gt;It mainly enables you to configure shorts along with CC channel. Basically, you can do the same thing with nrf_drv_timer_extended_compare() as with nrf_drv_timer_compare() plus shorts. The reasons for creating 2 functions is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;to have simpler function for common use cases (nrf_drv_timer_compare)&lt;/li&gt;
&lt;li&gt;simpler function has 4 arguments and that&amp;#39;s more robust (all arguments passed through registers)&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>