Home
last modified time | relevance | path

Searched refs:NRF_RTC0 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dcntr.c15 #define NRF_RTC NRF_RTC0
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/
Dnrfx_config_nrf91.h35 #define NRF_RTC0 NRF_PERIPH(NRF_RTC0) macro
Dnrfx_config_nrf5340_application.h47 #define NRF_RTC0 NRF_PERIPH(NRF_RTC0) macro
Dnrfx_config_nrf5340_network.h41 #define NRF_RTC0 NRF_RTC0_NS macro
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c1105 nrf_rtc_event_disable(NRF_RTC0, RTC_EVTENCLR_COMPARE2_Msk); in radio_tmr_status_reset()
1139 nrf_rtc_event_disable(NRF_RTC0, RTC_EVTENCLR_COMPARE2_Msk); in radio_tmr_tx_status_reset()
1177 nrf_rtc_event_disable(NRF_RTC0, RTC_EVTENCLR_COMPARE2_Msk); in radio_tmr_rx_status_reset()
1270 nrf_rtc_cc_set(NRF_RTC0, 2, ticks_start); in radio_tmr_start()
1271 nrf_rtc_event_enable(NRF_RTC0, RTC_EVTENSET_COMPARE2_Msk); in radio_tmr_start()
1321 nrf_rtc_cc_set(NRF_RTC0, 2, tick); in radio_tmr_start_tick()
1322 nrf_rtc_event_enable(NRF_RTC0, RTC_EVTENSET_COMPARE2_Msk); in radio_tmr_start_tick()
1416 return nrf_rtc_cc_get(NRF_RTC0, 2); in radio_tmr_start_get()
Dradio_nrf5_ppi.h177 (uint32_t)&(NRF_RTC0->EVENTS_COMPARE[2]), in hal_event_timer_start_ppi_config()
Dradio_nrf5_dppi.h99 nrf_rtc_publish_set(NRF_RTC0, NRF_RTC_EVENT_COMPARE_2, HAL_EVENT_TIMER_START_PPI); in hal_event_timer_start_ppi_config()
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/
Dsoc.c248 rtc_counter_synchronized_get(NRF_RTC1, NRF_RTC0, &rtc_counter, &rtc0_counter); in z_arm_on_enter_cpu_idle_prepare()
253 if (rtc_ticks_to_next_event_get(NRF_RTC0, RTC0_PRETICK_SELECTED_CC_MASK, rtc0_counter, in z_arm_on_enter_cpu_idle_prepare()
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/
Dvalidate_base_addresses.c170 CHECK_DT_REG(rtc0, NRF_RTC0);
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c112 if (NRF_RTC0->EVENTS_COMPARE[0]) { in rtc0_nrf5_isr()
113 nrf_rtc_event_clear(NRF_RTC0, NRF_RTC_EVENT_COMPARE_0); in rtc0_nrf5_isr()
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst214 - NRF_RTC0