Searched refs:STRUCT_SECTION_ITERABLE (Results 1 – 25 of 70) sorted by relevance
123
/Zephyr-latest/tests/misc/iterable_sections/src/ |
D | main.c | 25 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/ |
D | usbh.h | 50 static STRUCT_SECTION_ITERABLE(usbh_contex, device_name) = { \ 95 static STRUCT_SECTION_ITERABLE(usbh_class_data, name)
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc_buf.h | 79 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/ |
D | symbol.h | 127 static const STRUCT_SECTION_ITERABLE(llext_const_symbol, \ 134 static const STRUCT_SECTION_ITERABLE(llext_const_symbol, \
|
/Zephyr-latest/include/zephyr/zbus/ |
D | zbus.h | 254 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/ |
D | handlers.h | 44 STRUCT_SECTION_ITERABLE(mcumgr_handler, name) = { \
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_msc.h | 49 static const STRUCT_SECTION_ITERABLE(usbd_msc_lun, usbd_msc_lun_##id) = { \
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | proxy.h | 57 static const STRUCT_SECTION_ITERABLE( \
|
D | heartbeat.h | 124 static const STRUCT_SECTION_ITERABLE(bt_mesh_hb_cb, _name)
|
D | main.h | 712 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/ |
D | ztest_test.h | 69 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/ |
D | p4wq.h | 104 static const STRUCT_SECTION_ITERABLE(k_p4wq_initparam, \ 131 static const STRUCT_SECTION_ITERABLE(k_p4wq_initparam, \
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | mesh.h | 31 static const STRUCT_SECTION_ITERABLE(bt_mesh_app_key_cb, \
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ias.h | 74 static const STRUCT_SECTION_ITERABLE(bt_ias_cb, _CONCAT(bt_ias_cb_, _name))
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | gauge.h | 60 STRUCT_SECTION_ITERABLE(prometheus_gauge, _name) = { \
|
D | histogram.h | 80 STRUCT_SECTION_ITERABLE(prometheus_histogram, _name) = { \
|
D | counter.h | 61 STRUCT_SECTION_ITERABLE(prometheus_counter, _name) = { \
|
D | summary.h | 84 STRUCT_SECTION_ITERABLE(prometheus_summary, _name) = { \
|
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/ |
D | util.h | 150 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/ |
D | ec_host_cmd.h | 183 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/ |
D | wifi_nm.h | 70 static STRUCT_SECTION_ITERABLE(wifi_nm_instance, WIFI_NM_NAME(_name)) = { \
|
/Zephyr-latest/subsys/tracing/include/ |
D | tracing_backend.h | 51 static const STRUCT_SECTION_ITERABLE(tracing_backend, _name) = { \
|
/Zephyr-latest/include/zephyr/bluetooth/services/nus/ |
D | inst.h | 54 STRUCT_SECTION_ITERABLE(bt_nus_inst, _name) = { \
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_ambiq.h | 20 STRUCT_SECTION_ITERABLE(k_heap, name) = { \
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_interface.h | 17 const STRUCT_SECTION_ITERABLE(bt_l2cap_br_fixed_chan, _name) = { \
|
123