Searched refs:NRF_TIMER0 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/boards/arm/qemu_cortex_m0/ |
D | Kconfig | 5 bool "nRF Timer Counter (NRF_TIMER0) Timer" 13 Counter NRF_TIMER0 and provides the standard "system clock driver"
|
D | nrf_timer_timer.c | 18 #define TIMER NRF_TIMER0
|
/Zephyr-Core-3.5.0/tests/drivers/timer/nrf_rtc_timer/src/ |
D | main.c | 23 nrf_timer_event_clear(NRF_TIMER0, NRF_TIMER_EVENT_COMPARE0); in ISR_DIRECT_DECLARE() 32 nrf_timer_mode_set(NRF_TIMER0, NRF_TIMER_MODE_TIMER); in init_zli_timer0() 33 nrf_timer_bit_width_set(NRF_TIMER0, NRF_TIMER_BIT_WIDTH_32); in init_zli_timer0() 34 nrf_timer_prescaler_set(NRF_TIMER0, NRF_TIMER_FREQ_1MHz); in init_zli_timer0() 35 nrf_timer_cc_set(NRF_TIMER0, 0, 100); in init_zli_timer0() 36 nrf_timer_int_enable(NRF_TIMER0, NRF_TIMER_INT_COMPARE0_MASK); in init_zli_timer0() 37 nrf_timer_shorts_enable(NRF_TIMER0, in init_zli_timer0() 49 nrf_timer_task_trigger(NRF_TIMER0, NRF_TIMER_TASK_START); in start_zli_timer0() 54 nrf_timer_task_trigger(NRF_TIMER0, NRF_TIMER_TASK_STOP); in stop_zli_timer0()
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf91.h | 46 #define NRF_TIMER0 NRF_PERIPH(NRF_TIMER0) macro
|
D | nrfx_config_nrf5340_application.h | 59 #define NRF_TIMER0 NRF_PERIPH(NRF_TIMER0) macro
|
D | nrfx_config_nrf5340_network.h | 50 #define NRF_TIMER0 NRF_TIMER0_NS macro
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/ |
D | validate_base_addresses.c | 186 CHECK_DT_REG(timer0, NRF_TIMER0);
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 219 - NRF_TIMER0 or NRF_TIMER4 [1]_, and NRF_TIMER1 [0]_
|