Lines Matching defs:p_reg
13 static int rtc_number_from_ptr(NRF_RTC_Type const * p_reg){ in rtc_number_from_ptr()
18 void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set()
25 void nrf_rtc_int_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_enable()
32 void nrf_rtc_int_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_disable()
39 uint32_t nrf_rtc_counter_get(NRF_RTC_Type const * p_reg) in nrf_rtc_counter_get()
46 void nrf_rtc_task_trigger(NRF_RTC_Type * p_reg, nrf_rtc_task_t task) in nrf_rtc_task_trigger()
70 void nrf_rtc_event_clear(NRF_RTC_Type * p_reg, nrf_rtc_event_t event) in nrf_rtc_event_clear()
78 void nrf_rtc_event_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_enable()
85 void nrf_rtc_event_disable(NRF_RTC_Type * p_reg, uint32_t event) in nrf_rtc_event_disable()
94 static void nrf_rtc_subscribe_common(NRF_RTC_Type * p_reg, in nrf_rtc_subscribe_common()
118 void nrf_rtc_subscribe_set(NRF_RTC_Type * p_reg, in nrf_rtc_subscribe_set()
127 void nrf_rtc_subscribe_clear(NRF_RTC_Type * p_reg, in nrf_rtc_subscribe_clear()