Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_tampc.h841 nrf_domain_t domain, in nrf_tampc_domain_ctrl_value_set()
912 nrf_domain_t domain) in nrf_tampc_domain_ctrl_value_get()
943 nrf_domain_t domain, in nrf_tampc_domain_ctrl_lock_set()
1014 nrf_domain_t domain) in nrf_tampc_domain_ctrl_lock_get()
1045 nrf_domain_t domain, in nrf_tampc_ap_ctrl_value_set()
1090 nrf_domain_t domain) in nrf_tampc_ap_ctrl_value_get()
1115 nrf_domain_t domain, in nrf_tampc_ap_ctrl_lock_set()
1160 nrf_domain_t domain) in nrf_tampc_ap_ctrl_lock_get()
Dnrf_lrcconf.h489 nrf_lrcconf_power_domain_mask_t domain) in nrf_lrcconf_poweron_force_check()
504 nrf_lrcconf_power_domain_mask_t domain) in nrf_lrcconf_retain_check()
510 uint8_t domain, in nrf_lrcconf_axi_waitstates_set()
522 uint8_t domain) in nrf_lrcconf_axi_waitstates_get()
Dnrf_clock.h1092 nrf_clock_domain_t domain) in nrf_clock_start_task_check()
1132 nrf_clock_domain_t domain, in nrf_clock_is_running()
1349 nrf_clock_domain_t domain, in nrf_clock_alwaysrun_set()
1389 nrf_clock_domain_t domain) in nrf_clock_alwaysrun_get()
1421 nrf_clock_domain_t domain) in nrf_clock_alwaysrun_active_get()
Dnrf_tddconf.h136 nrf_tddconf_domain_t domain, in nrf_tddconf_power_up_request_set()
167 nrf_tddconf_domain_t domain) in nrf_tddconf_power_up_request_status_check()
Dnrf_uicr.h235 nrf_domain_t domain; /**< Domain ID. */ member
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c195 static void clock_stop(nrf_clock_domain_t domain) in clock_stop()
394 void nrfx_clock_start(nrf_clock_domain_t domain) in nrfx_clock_start()
498 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop()
680 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, in nrfx_clock_divider_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h333 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain) in nrfx_clock_divider_get()
382 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running()
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c94 nrf_domain_t domain = (nrf_domain_t)nrf_address_domain_get(addr); in nrfx_interconnect_apb_get() local
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h274 nrfx_ids_domain_t domain, in nrfx_ids_signal()