<?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>How many one time timer can i make?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14501/how-many-one-time-timer-can-i-make</link><description>Hi.
I&amp;#39;m using PCA10028, SDK10.0.0, S130. 
 I want to make one time timers as below. 
 APP_TIMER_DEF(one_time_timer_1);
APP_TIMER_DEF(one_time_timer_2);
APP_TIMER_DEF(one_time_timer_3);
...... 
 err_code = app_timer_create(&amp;amp;one_time_timer_1,
 APP_TIMER_MODE_SINGLE_SHOT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jun 2016 08:04:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14501/how-many-one-time-timer-can-i-make" /><item><title>RE: How many one time timer can i make?</title><link>https://devzone.nordicsemi.com/thread/55355?ContentTypeID=1</link><pubDate>Fri, 17 Jun 2016 08:04:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bd19a31-e37d-4a7d-b201-f85154c8364c</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How many one time timer can i make?</title><link>https://devzone.nordicsemi.com/thread/55354?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 09:01:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62ce961e-6f11-4499-8418-7867a7db98d2</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;How many timer events that can be queued is decided by the &lt;code&gt;OP_QUEUES_SIZE&lt;/code&gt; in &lt;code&gt;APP_TIMER_INIT()&lt;/code&gt;. As described in the &lt;a href="https://devzone.nordicsemi.com/tutorials/19/"&gt;app_timer tutorial&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;OP_QUEUES_SIZE&lt;/code&gt;: determines the maximum
number of events that can be queued.
Let&amp;#39;s say you are calling the API
function several times in a row to
start a single shot timer, this
determines how many times you can have
queued before the queue gets full.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>