Home
last modified time | relevance | path

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

/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.
Dnrfs_backend_ipc_service.c58 * @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/modules/hal_nordic/nrfs/
DKconfig43 config NRFS config
53 if NRFS
73 module = NRFS
135 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/drivers/clock_control/
DKconfig.nrf181 select NRFS if HAS_NRFS
189 int "Timeout waiting for nrfs dvfs service callback in milliseconds"
193 int "Timeout waiting for nrfs clock service callback in milliseconds"
225 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 */
144 LOG_ERR("nRFs GDPWR request timed out"); in nrf_gpd_sync()
159 LOG_ERR("nRFs GDPWR request not applied"); in evt_handler()
169 LOG_ERR("nRFs GDPWR request not applied"); in evt_handler()
189 LOG_ERR("nRFs GDPWR request failed (%d)", err); in start()
208 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)
DKconfig239 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/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.dtsi1259 compatible = "nordic,nrf-temp-nrfs";
Dnrf54h20.dtsi1556 compatible = "nordic,nrf-temp-nrfs";
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1893 * Added nRF Services (nrfs) library.