Home
last modified time | relevance | path

Searched full:nrf_grtc_timer (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/drivers/timer/
DKconfig.nrf_grtc4 menuconfig NRF_GRTC_TIMER config
16 if NRF_GRTC_TIMER
59 endif # NRF_GRTC_TIMER
DKconfig.nrf_xrtc6 if NRF_RTC_TIMER || NRF_GRTC_TIMER
38 endif # NRF_RTC_TIMER || NRF_GRTC_TIMER
DCMakeLists.txt31 zephyr_library_sources_ifdef(CONFIG_NRF_GRTC_TIMER nrf_grtc_timer.c)
Dnrf_grtc_timer.c14 #include <zephyr/drivers/timer/nrf_grtc_timer.h>
/Zephyr-latest/soc/nordic/
DKconfig.defconfig17 default 1000000 if NRF_GRTC_TIMER
22 default 31250 if NRF_GRTC_TIMER
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c7 #include <zephyr/drivers/timer/nrf_grtc_timer.h>
27 ZTEST(nrf_grtc_timer, test_get_ticks) in ZTEST() argument
63 ZTEST(nrf_grtc_timer, test_timer_count_in_compare_mode) in ZTEST() argument
100 ZTEST(nrf_grtc_timer, test_timer_abort_in_compare_mode) in ZTEST() argument
134 ZTEST_SUITE(nrf_grtc_timer, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig.defconfig33 default 1000000 if NRF_GRTC_TIMER
38 default 10000 if NRF_GRTC_TIMER
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/
DCMakeLists.txt6 project(nrf_grtc_timer) project
Dtestcase.yaml2 drivers.timer.nrf_grtc_timer:
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig.defconfig13 default !NRF_GRTC_TIMER
/Zephyr-latest/soc/nordic/nrf92/
DKconfig.defconfig31 default 1000000 if NRF_GRTC_TIMER
/Zephyr-latest/soc/nordic/nrf54h/
DKconfig.defconfig31 default 1000000 if NRF_GRTC_TIMER
/Zephyr-latest/samples/boards/nordic/system_off/src/
Dmain.c21 #include <zephyr/drivers/timer/nrf_grtc_timer.h>