Home
last modified time | relevance | path

Searched refs:nrfs_backend_wait_for_connection (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/hal_nordic/nrfs/backends/
Dnrfs_backend_ipc_service.h61 int nrfs_backend_wait_for_connection(k_timeout_t timeout);
Dnrfs_backend_ipc_service.c255 int nrfs_backend_wait_for_connection(k_timeout_t timeout) in nrfs_backend_wait_for_connection() function
/Zephyr-latest/tests/subsys/nrfs/src/
Dmain.c136 ret = nrfs_backend_wait_for_connection(K_MSEC(IPC_BACKEND_CONNECTION_TIMEOUT_MS)); in test_setup()
/Zephyr-latest/soc/nordic/common/
Dmram_latency.c153 err = nrfs_backend_wait_for_connection(K_FOREVER); in init_nrfs()
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs_handler.c286 nrfs_backend_wait_for_connection(K_FOREVER); in dvfs_service_handler_task()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2_vendor_quirks.h162 err = nrfs_backend_wait_for_connection(K_MSEC(1000)); in usbhs_enable_nrfs_service()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c339 err = nrfs_backend_wait_for_connection(K_FOREVER); in nrf_gpd_post_init()