Home
last modified time | relevance | path

Searched refs:sys_notify (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dnotify.h18 struct sys_notify;
138 struct sys_notify { struct
178 static inline uint32_t sys_notify_get_method(const struct sys_notify *notify) in sys_notify_get_method() argument
204 int sys_notify_validate(struct sys_notify *notify);
222 sys_notify_generic_callback sys_notify_finalize(struct sys_notify *notify,
237 static inline int sys_notify_fetch_result(const struct sys_notify *notify, in sys_notify_fetch_result()
264 static inline void sys_notify_init_spinwait(struct sys_notify *notify) in sys_notify_init_spinwait()
268 *notify = (struct sys_notify){ in sys_notify_init_spinwait()
292 static inline void sys_notify_init_signal(struct sys_notify *notify, in sys_notify_init_signal()
298 *notify = (struct sys_notify){ in sys_notify_init_signal()
[all …]
Donoff.h285 struct sys_notify notify;
/Zephyr-latest/tests/lib/notify/src/
Dmain.c10 static uint32_t get_extflags(const struct sys_notify *anp) in get_extflags()
17 static void set_extflags(struct sys_notify *anp, in set_extflags()
24 static void callback(struct sys_notify *anp, in callback()
33 struct sys_notify notify = { in ZTEST()
50 struct sys_notify notify; in ZTEST()
104 struct sys_notify notify; in ZTEST()
176 struct sys_notify notify; in ZTEST()
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmaxim_ds3231.h248 struct sys_notify *notify,
505 struct sys_notify *notify);
569 struct sys_notify *notify);
/Zephyr-latest/lib/utils/
Dnotify.c11 int sys_notify_validate(struct sys_notify *notify) in sys_notify_validate()
48 sys_notify_generic_callback sys_notify_finalize(struct sys_notify *notify, in sys_notify_finalize()
/Zephyr-latest/tests/lib/notify/
DCMakeLists.txt5 project(sys_notify) project
/Zephyr-latest/doc/services/
Dnotify.rst24 * :c:struct:`sys_notify` is not a kernel object;
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/
Dmain.c200 struct sys_notify notify; in set_aligned_clock()
265 struct sys_notify notify; in main()
/Zephyr-latest/drivers/counter/
Dmaxim_ds3231.c112 struct sys_notify *notify;
783 struct sys_notify *notify = NULL; in sync_finish()
1000 struct sys_notify *notify) in maxim_ds3231_synchronize()
1074 struct sys_notify *notify) in maxim_ds3231_set()
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c723 struct sys_notify notify; in test_ds3231_synchronize()