Searched full:nrfs (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | Kconfig | 5 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.
|
D | nrfs_backend_ipc_service.c | 58 * @brief nrfs backend error handler
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | Kconfig | 23 bool "nRF Temperature Sensor accessed via nrfs" 26 depends on NRFS 29 Services (nrfs) layer.
|
/Zephyr-latest/modules/hal_nordic/nrfs/ |
D | Kconfig | 43 config NRFS config 53 if NRFS 73 module = NRFS 135 endif # NRFS
|
D | CMakeLists.txt | 8 set(NRFS_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfs CACHE PATH "nrfs directory")
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,nrf-temp-nrfs.yaml | 5 Nordic nRF family temperature sensor accessed via nRF Services (nrfs) 7 compatible: "nordic,nrf-temp-nrfs"
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 181 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
|
D | clock_control_nrf2_lfclk.c | 50 /* NRFS will request FLL16M use HFXO in bypass mode if SYNTH src is used */
|
/Zephyr-latest/soc/nordic/nrf54h/gpd/ |
D | Kconfig | 6 imply NRFS
|
D | gpd.c | 22 /* 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/ |
D | nordic-nrf-gpd.h | 10 /* numbers aligned to nrfs service identifiers */
|
/Zephyr-latest/modules/hal_nordic/ |
D | CMakeLists.txt | 9 add_subdirectory_ifdef(CONFIG_HAS_NRFS nrfs)
|
D | Kconfig | 239 rsource "nrfs/Kconfig"
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2_vendor_quirks.h | 164 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()
|
D | Kconfig.dwc2 | 8 select NRFS if NRFS_HAS_VBUS_DETECTOR_SERVICE
|
/Zephyr-latest/soc/nordic/common/ |
D | mram_latency.c | 56 /* 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/ |
D | ld_dvfs_handler.c | 57 LOG_ERR("Failed with nrfs error: %d", err); in dvfs_service_handler_nrfs_error_check()
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 1259 compatible = "nordic,nrf-temp-nrfs";
|
D | nrf54h20.dtsi | 1556 compatible = "nordic,nrf-temp-nrfs";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 1893 * Added nRF Services (nrfs) library.
|