zephyr/doc/kernel/services
Glenn Andrews b3e42feaea Documentation: Update Polling API
Changes:
1. the number of events being checked did not equal those defined
in the `events` array.
2. Use `k_poll_signal_check()` instead of accessing fields directly.
3. Use `k_poll_signal_reset()` to reset the signal instead of
accessing fields directly.

I'm assuming the examples predate `k_poll_signal_check()` and
`k_poll_signal_reset()`

Signed-off-by: Glenn Andrews <glenn.andrews.42@gmail.com>
2024-05-07 09:32:13 +02:00
..
data_passing doc: kernel: services: mailboxes: remove extra '.' 2024-02-27 19:15:27 -05:00
other doc: Fix sentence 2024-01-08 14:06:40 -05:00
scheduling sched: Remove multi-level queue priority limit 2024-03-12 19:37:40 -04:00
smp arch: rename arch_start_cpu() to arch_cpu_start() 2024-03-25 09:58:35 +00:00
synchronization doc: Fix occurrences of repeated words 2023-11-15 17:34:39 -05:00
threads doc: kernel: update thread priorities diagram 2023-06-23 14:27:22 -04:00
timing doc: timers: correct grammar and typos 2023-11-28 17:17:58 -05:00
index.rst doc: Correct msgq data item size discrepancy 2023-06-21 13:57:15 -04:00
interrupts.rst doc: kernel: interrupts: remove concept of 'interrupt handler function' 2024-02-08 09:01:50 +01:00
polling.rst Documentation: Update Polling API 2024-05-07 09:32:13 +02:00