Home
last modified time | relevance | path

Searched refs:STRUCT_SECTION_ITERABLE (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-latest/tests/misc/iterable_sections/src/
Dmain.c25 STRUCT_SECTION_ITERABLE(test_ram, ram3) = {0x03};
26 STRUCT_SECTION_ITERABLE(test_ram, ram2) = {0x02};
27 STRUCT_SECTION_ITERABLE(test_ram, ram4) = {0x04};
28 STRUCT_SECTION_ITERABLE(test_ram, ram1) = {0x01};
42 const STRUCT_SECTION_ITERABLE(test_ram_numeric, ramn_1) = {0x01};
43 const STRUCT_SECTION_ITERABLE(test_ram_numeric, ramn_10) = {0x03};
44 const STRUCT_SECTION_ITERABLE(test_ram_numeric, ramn_11) = {0x04};
45 const STRUCT_SECTION_ITERABLE(test_ram_numeric, ramn_3) = {0x02};
120 const STRUCT_SECTION_ITERABLE(test_rom, rom1) = {0x10};
121 const STRUCT_SECTION_ITERABLE(test_rom, rom3) = {0x30};
[all …]
/Zephyr-latest/include/zephyr/usb/
Dusbh.h50 static STRUCT_SECTION_ITERABLE(usbh_contex, device_name) = { \
95 static STRUCT_SECTION_ITERABLE(usbh_class_data, name)
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h79 STRUCT_SECTION_ITERABLE(k_heap, name) = { \
116 static STRUCT_SECTION_ITERABLE(net_buf_pool, pname) = \
149 static STRUCT_SECTION_ITERABLE(net_buf_pool, pname) = \
/Zephyr-latest/include/zephyr/llext/
Dsymbol.h127 static const STRUCT_SECTION_ITERABLE(llext_const_symbol, \
134 static const STRUCT_SECTION_ITERABLE(llext_const_symbol, \
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h254 const STRUCT_SECTION_ITERABLE( \
258 STRUCT_SECTION_ITERABLE(zbus_channel_observation_mask, \
285 _ZBUS_CPP_EXTERN const STRUCT_SECTION_ITERABLE(zbus_channel, _name) = { \
314 const STRUCT_SECTION_ITERABLE(zbus_channel_observation, \
319 STRUCT_SECTION_ITERABLE(zbus_channel_observation_mask, \
451 _ZBUS_CPP_EXTERN const STRUCT_SECTION_ITERABLE(zbus_observer, _name) = { \
493 _ZBUS_CPP_EXTERN const STRUCT_SECTION_ITERABLE(zbus_observer, _name) = { \
533 _ZBUS_CPP_EXTERN const STRUCT_SECTION_ITERABLE(zbus_observer, _name) = { \
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dhandlers.h44 STRUCT_SECTION_ITERABLE(mcumgr_handler, name) = { \
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_msc.h49 static const STRUCT_SECTION_ITERABLE(usbd_msc_lun, usbd_msc_lun_##id) = { \
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dproxy.h57 static const STRUCT_SECTION_ITERABLE( \
Dheartbeat.h124 static const STRUCT_SECTION_ITERABLE(bt_mesh_hb_cb, _name)
Dmain.h712 static const STRUCT_SECTION_ITERABLE(bt_mesh_lpn_cb, \
764 static const STRUCT_SECTION_ITERABLE(bt_mesh_friend_cb, \
826 static const STRUCT_SECTION_ITERABLE(bt_mesh_beacon_cb, \
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h69 static const STRUCT_SECTION_ITERABLE( \
235 static const STRUCT_SECTION_ITERABLE(ztest_suite_node, \
413 static STRUCT_SECTION_ITERABLE(ztest_unit_test, z_ztest_unit_test__##suite##__##fn) = { \
434 static STRUCT_SECTION_ITERABLE(ztest_unit_test, z_ztest_unit_test__##suite##__##fn) = { \
554 static STRUCT_SECTION_ITERABLE(ztest_test_rule, z_ztest_test_rule_##name) = { \
/Zephyr-latest/include/zephyr/sys/
Dp4wq.h104 static const STRUCT_SECTION_ITERABLE(k_p4wq_initparam, \
131 static const STRUCT_SECTION_ITERABLE(k_p4wq_initparam, \
/Zephyr-latest/subsys/bluetooth/mesh/
Dmesh.h31 static const STRUCT_SECTION_ITERABLE(bt_mesh_app_key_cb, \
/Zephyr-latest/include/zephyr/bluetooth/services/
Dias.h74 static const STRUCT_SECTION_ITERABLE(bt_ias_cb, _CONCAT(bt_ias_cb_, _name))
/Zephyr-latest/include/zephyr/net/prometheus/
Dgauge.h60 STRUCT_SECTION_ITERABLE(prometheus_gauge, _name) = { \
Dhistogram.h80 STRUCT_SECTION_ITERABLE(prometheus_histogram, _name) = { \
Dcounter.h61 STRUCT_SECTION_ITERABLE(prometheus_counter, _name) = { \
Dsummary.h84 STRUCT_SECTION_ITERABLE(prometheus_summary, _name) = { \
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dutil.h150 STRUCT_SECTION_ITERABLE(scmi_protocol, SCMI_PROTOCOL_NAME(proto)) = \
162 STRUCT_SECTION_ITERABLE(scmi_protocol, SCMI_PROTOCOL_NAME(proto)) = \
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h183 const STRUCT_SECTION_ITERABLE(ec_host_cmd_handler, __cmd##_id) = { \
203 const STRUCT_SECTION_ITERABLE(ec_host_cmd_handler, __cmd##_id) = { \
/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h70 static STRUCT_SECTION_ITERABLE(wifi_nm_instance, WIFI_NM_NAME(_name)) = { \
/Zephyr-latest/subsys/tracing/include/
Dtracing_backend.h51 static const STRUCT_SECTION_ITERABLE(tracing_backend, _name) = { \
/Zephyr-latest/include/zephyr/bluetooth/services/nus/
Dinst.h54 STRUCT_SECTION_ITERABLE(bt_nus_inst, _name) = { \
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq.h20 STRUCT_SECTION_ITERABLE(k_heap, name) = { \
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h17 const STRUCT_SECTION_ITERABLE(bt_l2cap_br_fixed_chan, _name) = { \

123