/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_rtc | 6 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
|
D | Kconfig.nrf_xrtc | 6 if NRF_RTC_TIMER || NRF_GRTC_TIMER 38 endif # NRF_RTC_TIMER || NRF_GRTC_TIMER
|
D | CMakeLists.txt | 32 zephyr_library_sources_ifdef(CONFIG_NRF_RTC_TIMER nrf_rtc_timer.c)
|
D | nrf_rtc_timer.c | 13 #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/ |
D | Kconfig | 8 select NRF_RTC_TIMER 19 select NRF_RTC_TIMER 30 select NRF_RTC_TIMER
|
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/ |
D | main.c | 7 #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/ |
D | Kconfig | 5 default 16384 if NRF_RTC_TIMER && TICKLESS_KERNEL
|
/Zephyr-latest/boards/qemu/cortex_m0/ |
D | Kconfig.defconfig | 8 config NRF_RTC_TIMER config
|
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/ |
D | CMakeLists.txt | 6 project(nrf_rtc_timer) project
|
D | testcase.yaml | 2 drivers.timer.nrf_rtc_timer:
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig.defconfig | 11 config NRF_RTC_TIMER config
|
D | Kconfig.sync_rtc | 8 depends on NRF_RTC_TIMER
|
D | sync_rtc.c | 9 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
|
D | soc.c | 46 /* Mask of CC channels capable of generating interrupts, see nrf_rtc_timer.c */
|
/Zephyr-latest/soc/nordic/nrf91/ |
D | Kconfig.defconfig | 11 config NRF_RTC_TIMER config
|
/Zephyr-latest/soc/nordic/nrf51/ |
D | Kconfig.defconfig | 13 config NRF_RTC_TIMER config
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig.defconfig | 11 config NRF_RTC_TIMER config
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | Kconfig | 7 default 8192 if NRF_RTC_TIMER && TICKLESS_KERNEL 42 default 13 if NRF_RTC_TIMER && TICKLESS_KERNEL
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | Kconfig.defconfig | 32 default 32768 if NRF_RTC_TIMER
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.defconfig | 31 if !CORTEX_M_DWT && NRF_RTC_TIMER
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/ |
D | main.c | 12 #include <zephyr/drivers/timer/nrf_rtc_timer.h>
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 78 default y if NRF_RTC_TIMER
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 1788 …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
|
D | release-notes-1.9.rst | 222 * ``ZEP-1819`` - Add tickless kernel support in nrf_rtc_timer timer
|
D | release-notes-2.3.rst | 738 * :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.
|