Lines Matching +full:- +full:z
3 * SPDX-License-Identifier: Apache-2.0
24 total_allocated -= bytes; in on_heap_free()
40 int z; member
51 ZBUS_MSG_INIT(.x = 0, .y = 0, .z = 0) /* Initial value */
58 LOG_INF("From listener foo_lis -> Acc x=%d, y=%d, z=%d", acc->x, acc->y, acc->z); in listener_callback_example()
97 LOG_INF("From msg subscriber %s -> Acc x=%d, y=%d, z=%d", zbus_obs_name(subscriber), in msg_subscriber_task()
98 acc.x, acc.y, acc.z); in msg_subscriber_task()
151 LOG_INF("From subscriber %s -> Acc x=%d, y=%d, z=%d", zbus_obs_name(subscriber), in subscriber_task()
152 acc.x, acc.y, acc.z); in subscriber_task()
170 static struct acc_msg acc = {.x = 1, .y = 10, .z = 100};
201 LOG_INF("----> Publishing to %s channel", zbus_chan_name(&acc_data_chan)); in main()
205 acc.z += 100; in main()