Home
last modified time | relevance | path

Searched refs:observers_end_idx (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/zbus/
Dzbus.c67 curr->data->observers_end_idx = 0; in _zbus_init()
69 curr->data->observers_start_idx = prev->data->observers_end_idx; in _zbus_init()
70 curr->data->observers_end_idx = prev->data->observers_end_idx; in _zbus_init()
75 ++(curr->data->observers_end_idx); in _zbus_init()
186 for (int16_t i = chan->data->observers_start_idx, limit = chan->data->observers_end_idx; in _zbus_vded_exec()
250 const int limit = chan->data->observers_end_idx; in chan_update_hop()
543 limit = chan->data->observers_end_idx; in zbus_obs_set_chan_notification_mask()
579 const int limit = chan->data->observers_end_idx; in zbus_obs_is_chan_notification_masked()
Dzbus_runtime_observers.c27 for (int16_t i = chan->data->observers_start_idx, limit = chan->data->observers_end_idx; in zbus_chan_add_obs()
/Zephyr-latest/samples/subsys/zbus/hello_world/src/
Dmain.c107 for (int16_t i = chan->data->observers_start_idx, limit = chan->data->observers_end_idx; in print_channel_data_iterator()
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h39 int16_t observers_end_idx; member
276 .observers_end_idx = -1, \
/Zephyr-latest/doc/services/zbus/
Dindex.rst665 for (int16_t i = *chan->observers_start_idx, limit = *chan->observers_end_idx; i < limit;