We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691bfac commit 1b84479Copy full SHA for 1b84479
slides/zephyr-threads-events.qmd
@@ -125,6 +125,8 @@ K_EVENT_DEFINE(temp_events);
125
k_event_post(&temp_events, TEMP_TOO_HIGH_EVENT);
126
```
127
128
+The `k_event` bit array is 32-bits long, so you can define up to 32 events in a single bit array.
129
+
130
## Waiting for Events
131
132
- With kernel events, we can now implement a thread that waits for an event to
0 commit comments