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/ |
D | cntr.c | 15 #define NRF_RTC NRF_RTC0
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf91.h | 35 #define NRF_RTC0 NRF_PERIPH(NRF_RTC0) macro
|
D | nrfx_config_nrf5340_application.h | 47 #define NRF_RTC0 NRF_PERIPH(NRF_RTC0) macro
|
D | nrfx_config_nrf5340_network.h | 41 #define NRF_RTC0 NRF_RTC0_NS macro
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 1105 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()
|
D | radio_nrf5_ppi.h | 177 (uint32_t)&(NRF_RTC0->EVENTS_COMPARE[2]), in hal_event_timer_start_ppi_config()
|
D | radio_nrf5_dppi.h | 99 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/ |
D | soc.c | 248 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/ |
D | validate_base_addresses.c | 170 CHECK_DT_REG(rtc0, NRF_RTC0);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 112 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/ |
D | bluetooth-ctlr-arch.rst | 214 - NRF_RTC0
|