Home
last modified time | relevance | path

Searched refs:STRUCT_SECTION_GET (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/zbus/
Dzbus.c188 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in _zbus_vded_exec()
189 STRUCT_SECTION_GET(zbus_channel_observation_mask, i, &observation_mask); in _zbus_vded_exec()
253 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in chan_update_hop()
254 STRUCT_SECTION_GET(zbus_channel_observation_mask, i, &observation_mask); in chan_update_hop()
545 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in zbus_obs_set_chan_notification_mask()
546 STRUCT_SECTION_GET(zbus_channel_observation_mask, i, &observation_mask); in zbus_obs_set_chan_notification_mask()
582 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in zbus_obs_is_chan_notification_masked()
583 STRUCT_SECTION_GET(zbus_channel_observation_mask, i, &observation_mask); in zbus_obs_is_chan_notification_masked()
Dzbus_runtime_observers.c29 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in zbus_chan_add_obs()
/Zephyr-latest/include/zephyr/shell/
Dshell_backend.h29 STRUCT_SECTION_GET(shell, idx, &backend); in shell_backend_get()
/Zephyr-latest/subsys/net/lib/dns/
Ddns_sd.h40 STRUCT_SECTION_GET(dns_sd_rec, i, dst)
/Zephyr-latest/kernel/
Ddevice.c126 STRUCT_SECTION_GET(device, 0, devices); in z_device_get_all_static()
/Zephyr-latest/include/zephyr/sys/
Diterable_sections.h282 #define STRUCT_SECTION_GET(struct_type, i, dst) \ macro
/Zephyr-latest/samples/subsys/zbus/hello_world/src/
Dmain.c109 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in print_channel_data_iterator()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h252 STRUCT_SECTION_GET(log_backend, idx, &backend); in log_backend_get()
/Zephyr-latest/subsys/logging/
Dlog_core.c719 STRUCT_SECTION_GET(log_mpsc_pbuf, i, &buf); in z_log_msg_claim_oldest()
826 STRUCT_SECTION_GET(log_mpsc_pbuf, i, &buf); in z_log_msg_pending()
Dlog_cmds.c451 STRUCT_SECTION_GET(log_backend, idx, &backend); in backend_name_get()
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.c512 STRUCT_SECTION_GET(sensing_sensor_info, 0, info); in sensing_get_sensors()
/Zephyr-latest/lib/net_buf/
Dbuf.c52 STRUCT_SECTION_GET(net_buf_pool, id, &pool); in net_buf_pool_get()
/Zephyr-latest/doc/services/zbus/
Dindex.rst667 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation);