Home
last modified time | relevance | path

Searched full:nrfs (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/modules/hal_nordic/nrfs/backends/
DKconfig5 menu "NRFS backend settings"
8 module-str = NRFS backend
12 int "Initialization priority for NRFS IPC backend"
16 used by NRFS backend. For example MBOX_INIT_PRIORITY which is 50.
40 How many times nrfs will try to send message over ipc service until
Dnrfs_backend_ipc_service.h96 * @brief Register callback function to notify when nrfs is connected.
Dnrfs_backend_ipc_service.c60 * @brief nrfs backend error handler
/Zephyr-latest/drivers/sensor/nordic/temp/
DKconfig23 bool "nRF Temperature Sensor accessed via nrfs"
26 depends on NRFS
29 Services (nrfs) layer.
/Zephyr-latest/tests/subsys/nrfs/src/
Dmain.c57 * Test NRFS MRAM latency service requests handling performance
67 "Failed to initialise NRFS MRAM latency service"); in ZTEST()
86 "NRFS MRAM requests sent != served"); in ZTEST()
100 "Failed to initialise NRFS temperature service"); in ZTEST()
119 "NRFS TEMP requests sent != served"); in ZTEST()
133 TC_PRINT("Waiting for NRFS backend init\n"); in test_setup()
137 zassert_equal(ret, 0, "Failed to establih NRFS backend connection. err: %d", ret); in test_setup()
/Zephyr-latest/modules/hal_nordic/nrfs/
DKconfig46 config NRFS config
56 if NRFS
76 module = NRFS
143 endif # NRFS
DCMakeLists.txt8 set(NRFS_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfs CACHE PATH "nrfs directory")
/Zephyr-latest/dts/bindings/sensor/
Dnordic,nrf-temp-nrfs.yaml5 Nordic nRF family temperature sensor accessed via nRF Services (nrfs)
7 compatible: "nordic,nrf-temp-nrfs"
/Zephyr-latest/tests/subsys/nrfs/
Dtestcase.yaml9 - nrfs
14 subsys.nrfs.stress_test: {}
Dsysbuild.cmake17 add_dependencies(nrfs remote)
18 sysbuild_add_dependencies(FLASH nrfs remote)
DREADME.txt2 NRFS services request handling performance.
DCMakeLists.txt17 project(nrfs) project
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf181 select NRFS if HAS_NRFS
194 int "Timeout waiting for nrfs dvfs service callback in milliseconds"
198 int "Timeout waiting for nrfs clock service callback in milliseconds"
230 Must be higher than NRFS backend
Dclock_control_nrf2_lfclk.c50 /* NRFS will request FLL16M use HFXO in bypass mode if SYNTH src is used */
/Zephyr-latest/soc/nordic/nrf54h/gpd/
DKconfig6 imply NRFS
Dgpd.c22 /* enforce alignment between DT<->nrfs */
146 LOG_ERR("nRFs GDPWR request timed out"); in nrf_gpd_sync()
161 LOG_ERR("nRFs GDPWR request not applied"); in evt_handler()
171 LOG_ERR("nRFs GDPWR request not applied"); in evt_handler()
191 LOG_ERR("nRFs GDPWR request failed (%d)", err); in start()
210 LOG_ERR("nRFs GDPWR request failed (%d)", err); in stop()
/Zephyr-latest/include/zephyr/dt-bindings/power/
Dnordic-nrf-gpd.h10 /* numbers aligned to nrfs service identifiers */
/Zephyr-latest/modules/hal_nordic/
DCMakeLists.txt9 add_subdirectory_ifdef(CONFIG_HAS_NRFS nrfs)
DKconfig247 rsource "nrfs/Kconfig"
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2_vendor_quirks.h164 LOG_INF("NRFS backend connection timeout"); in usbhs_enable_nrfs_service()
170 LOG_ERR("Failed to init NRFS VBUS handler: %d", nrfs_err); in usbhs_enable_nrfs_service()
176 LOG_ERR("Failed to enable NRFS VBUS service: %d", nrfs_err); in usbhs_enable_nrfs_service()
232 LOG_ERR("Failed to disable NRFS VBUS service: %d", nrfs_err); in usbhs_disable_nrfs_service()
DKconfig.dwc28 select NRFS if NRFS_HAS_VBUS_DETECTOR_SERVICE
/Zephyr-latest/soc/nordic/common/
Dmram_latency.c56 /* nrfs cannot be called from interrupt context so defer to the work in latency_change()
147 /* When kernel and IPC is running initialize nrfs. Optionally, execute pending request. */
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c459 * which is using nrfs (IPC) are initialized later.
465 * which is using nrfs (IPC) are initialized later.
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs_handler.c57 LOG_ERR("Failed with nrfs error: %d", err); in dvfs_service_handler_nrfs_error_check()
/Zephyr-latest/dts/common/nordic/
Dnrf9280.dtsi1250 compatible = "nordic,nrf-temp-nrfs";

12