Home
last modified time | relevance | path

Searched full:nrf_rtc_timer (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/timer/
DKconfig.nrf_rtc6 config NRF_RTC_TIMER config
18 if NRF_RTC_TIMER
26 Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
36 handler and call nrf_rtc_timer API from destroying the internal state
37 in nrf_rtc_timer.
45 endif # NRF_RTC_TIMER
DKconfig.nrf_xrtc6 if NRF_RTC_TIMER || NRF_GRTC_TIMER
38 endif # NRF_RTC_TIMER || NRF_GRTC_TIMER
DCMakeLists.txt32 zephyr_library_sources_ifdef(CONFIG_NRF_RTC_TIMER nrf_rtc_timer.c)
Dnrf_rtc_timer.c13 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
262 * be provoked by test_next_cycle_timeouts in the nrf_rtc_timer suite). in set_alarm()
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig8 select NRF_RTC_TIMER
19 select NRF_RTC_TIMER
30 select NRF_RTC_TIMER
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c7 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
109 ZTEST(nrf_rtc_timer, test_basic) in ZTEST() argument
138 ZTEST(nrf_rtc_timer, test_z_nrf_rtc_timer_compare_evt_address_get) in ZTEST() argument
147 ZTEST(nrf_rtc_timer, test_int_disable_enabled) in ZTEST() argument
179 ZTEST(nrf_rtc_timer, test_get_ticks) in ZTEST() argument
222 ZTEST(nrf_rtc_timer, test_absolute_scheduling) in ZTEST() argument
262 ZTEST(nrf_rtc_timer, test_alloc_free) in ZTEST() argument
280 ZTEST(nrf_rtc_timer, test_stress) in ZTEST() argument
307 ZTEST(nrf_rtc_timer, test_resetting_cc) in ZTEST() argument
362 ZTEST(nrf_rtc_timer, test_overflow) in ZTEST() argument
[all …]
/Zephyr-latest/tests/kernel/timer/timer_api/
DKconfig5 default 16384 if NRF_RTC_TIMER && TICKLESS_KERNEL
/Zephyr-latest/boards/qemu/cortex_m0/
DKconfig.defconfig8 config NRF_RTC_TIMER config
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/
DCMakeLists.txt6 project(nrf_rtc_timer) project
Dtestcase.yaml2 drivers.timer.nrf_rtc_timer:
/Zephyr-latest/soc/nordic/nrf53/
DKconfig.defconfig11 config NRF_RTC_TIMER config
DKconfig.sync_rtc8 depends on NRF_RTC_TIMER
Dsync_rtc.c9 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
Dsoc.c46 /* Mask of CC channels capable of generating interrupts, see nrf_rtc_timer.c */
/Zephyr-latest/soc/nordic/nrf91/
DKconfig.defconfig11 config NRF_RTC_TIMER config
/Zephyr-latest/soc/nordic/nrf51/
DKconfig.defconfig13 config NRF_RTC_TIMER config
/Zephyr-latest/soc/nordic/nrf52/
DKconfig.defconfig11 config NRF_RTC_TIMER config
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig7 default 8192 if NRF_RTC_TIMER && TICKLESS_KERNEL
42 default 13 if NRF_RTC_TIMER && TICKLESS_KERNEL
/Zephyr-latest/soc/nordic/nrf54h/
DKconfig.defconfig32 default 32768 if NRF_RTC_TIMER
/Zephyr-latest/soc/nordic/
DKconfig.defconfig31 if !CORTEX_M_DWT && NRF_RTC_TIMER
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/
Dmain.c12 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf78 default y if NRF_RTC_TIMER
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1788 …overity CID :219483] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
1789 …2956` - [Coverity CID :219484] Out-of-bounds access in tests/drivers/timer/nrf_rtc_timer/src/main.c
1797 …2948` - [Coverity CID :219492] Out-of-bounds access in tests/drivers/timer/nrf_rtc_timer/src/main.c
1802 …2943` - [Coverity CID :219498] Out-of-bounds access in tests/drivers/timer/nrf_rtc_timer/src/main.c
1810 …overity CID :219510] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
1814 …2931` - [Coverity CID :219514] Out-of-bounds access in tests/drivers/timer/nrf_rtc_timer/src/main.c
1816 …overity CID :219516] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
1830 …overity CID :219531] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
1831 …2914` - [Coverity CID :219532] Out-of-bounds access in tests/drivers/timer/nrf_rtc_timer/src/main.c
1843 …overity CID :219547] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
Drelease-notes-1.9.rst222 * ``ZEP-1819`` - Add tickless kernel support in nrf_rtc_timer timer
Drelease-notes-2.3.rst738 * :github:`25901` - timer: nrf_rtc_timer: Subtraction underflow causing 8 minute time skips
1142 * :github:`23571` - drivers: timer: nrf52: Question: Does nRF52840 errata 179 affect nrf_rtc_timer
1199 * :github:`23187` - nrf_rtc_timer.c timseout setting mistake.

12