Lines Matching refs:alarm
1 .. zephyr:code-sample:: alarm
5 Implement an alarm application using the counter API.
9 This sample provides an example of alarm application using :ref:`counter API <counter_api>`.
10 It sets an alarm with an initial delay of 2 seconds. At each alarm
11 expiry, a new alarm is configured with a delay multiplied by 2.
20 This sample requires the support of a timer IP compatible with alarm setting.
31 :zephyr-app: samples/drivers/counter/alarm
42 Counter alarm sample
44 Set alarm in 2 sec
47 Set alarm in 4 sec
50 Set alarm in 8 sec
53 Set alarm in 16 sec