Searched full:nrfs (Results 1 – 25 of 28) sorted by relevance
12
/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. 40 How many times nrfs will try to send message over ipc service until
|
D | nrfs_backend_ipc_service.h | 96 * @brief Register callback function to notify when nrfs is connected.
|
D | nrfs_backend_ipc_service.c | 60 * @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/tests/subsys/nrfs/src/ |
D | main.c | 57 * 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/ |
D | Kconfig | 46 config NRFS config 56 if NRFS 76 module = NRFS 143 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/tests/subsys/nrfs/ |
D | testcase.yaml | 9 - nrfs 14 subsys.nrfs.stress_test: {}
|
D | sysbuild.cmake | 17 add_dependencies(nrfs remote) 18 sysbuild_add_dependencies(FLASH nrfs remote)
|
D | README.txt | 2 NRFS services request handling performance.
|
D | CMakeLists.txt | 17 project(nrfs) project
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 181 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
|
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 */ 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/ |
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 | 247 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/drivers/counter/ |
D | counter_nrfx_timer.c | 459 * which is using nrfs (IPC) are initialized later. 465 * which is using nrfs (IPC) are initialized later.
|
/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 | 1250 compatible = "nordic,nrf-temp-nrfs";
|
12