<?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>app timer stop</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9720/app-timer-stop</link><description>Hello team, 
 Just a simple question: 
 Once a timer is created using app_timer_create method, and using APP_TIMER_MODE_REPEATED as paremeter, is this timer automatically cleared when app_timer_stop is called? Or just it keeps its value? 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Oct 2015 12:08:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9720/app-timer-stop" /><item><title>RE: app timer stop</title><link>https://devzone.nordicsemi.com/thread/35968?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2015 12:08:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22e79291-0aa3-4c3a-837d-43cc25d3d8e8</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;keeps the value where? The timer values are not stored in the RTC1 timer but maintained inside APP_TIMER library. once you call app_timer_stop , all its resources are removed from its queue and are not accessible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>