Home
last modified time | relevance | path

Searched refs:sys_notify_fetch_result (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/lib/notify/src/
Dmain.c27 zassert_equal(sys_notify_fetch_result(anp, resp), 0, in callback()
76 rc = sys_notify_fetch_result(&notify, &res); in ZTEST()
89 rc = sys_notify_fetch_result(&notify, &res); in ZTEST()
144 rc = sys_notify_fetch_result(&notify, &res); in ZTEST()
162 rc = sys_notify_fetch_result(&notify, &res); in ZTEST()
212 rc = sys_notify_fetch_result(&notify, &res); in ZTEST()
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c63 ret = sys_notify_fetch_result(&cli.notify, &ignored); in nrf53_cpunet_enable()
/Zephyr-latest/samples/boards/nordic/clock_control/src/
Dmain.c82 ret = sys_notify_fetch_result(&cli.notify, &res); in main()
/Zephyr-latest/include/zephyr/sys/
Dnotify.h237 static inline int sys_notify_fetch_result(const struct sys_notify *notify, in sys_notify_fetch_result() function
/Zephyr-latest/tests/drivers/clock_control/onoff/src/
Dtest_clock_control_onoff.c50 while (sys_notify_fetch_result(&cli.notify, &err) < 0) { in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c35 while (sys_notify_fetch_result(&cli.notify, &res) != 0) { in turn_on_clock()
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c93 while (sys_notify_fetch_result(&cli.notify, &rc)) { in send_buf()
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c161 sys_notify_fetch_result(&early_client.notify, &early_result); in setup()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/
Dmain.c169 ret = sys_notify_fetch_result(&cli.notify, &res); in test_request_release_clock_spec()
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c72 while (sys_notify_fetch_result(&cli.notify, &err) < 0) { in tear_down_instance()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c238 while (sys_notify_fetch_result(&client.notify, &ret) == -EAGAIN) { in nrf_gpd_request()
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c740 rc = sys_notify_fetch_result(&notify, &res); in test_ds3231_synchronize()
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c93 int rc = sys_notify_fetch_result(&cp->notify, &result); in cli_result()