Searched refs:STRUCT_SECTION_GET (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/subsys/zbus/ |
D | zbus.c | 188 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()
|
D | zbus_runtime_observers.c | 29 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in zbus_chan_add_obs()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_backend.h | 29 STRUCT_SECTION_GET(shell, idx, &backend); in shell_backend_get()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_sd.h | 40 STRUCT_SECTION_GET(dns_sd_rec, i, dst)
|
/Zephyr-latest/kernel/ |
D | device.c | 126 STRUCT_SECTION_GET(device, 0, devices); in z_device_get_all_static()
|
/Zephyr-latest/include/zephyr/sys/ |
D | iterable_sections.h | 282 #define STRUCT_SECTION_GET(struct_type, i, dst) \ macro
|
/Zephyr-latest/samples/subsys/zbus/hello_world/src/ |
D | main.c | 109 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation); in print_channel_data_iterator()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_backend.h | 252 STRUCT_SECTION_GET(log_backend, idx, &backend); in log_backend_get()
|
/Zephyr-latest/subsys/logging/ |
D | log_core.c | 719 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()
|
D | log_cmds.c | 451 STRUCT_SECTION_GET(log_backend, idx, &backend); in backend_name_get()
|
/Zephyr-latest/subsys/sensing/ |
D | sensor_mgmt.c | 512 STRUCT_SECTION_GET(sensing_sensor_info, 0, info); in sensing_get_sensors()
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 52 STRUCT_SECTION_GET(net_buf_pool, id, &pool); in net_buf_pool_get()
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 667 STRUCT_SECTION_GET(zbus_channel_observation, i, &observation);
|