Home
last modified time | relevance | path

Searched refs:struct (Results 176 – 200 of 232) sorted by relevance

12345678910

/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst31 metadata. This is an instance of type :c:struct:`k_thread`.
95 be made of the thread struct. The memory of such a struct can then be
442 struct k_thread my_thread_data;
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst110 struct zms_fs {
122 const struct device *flash_device;
202 struct zms_ate {
209 struct {
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst91 * Changed ``bt_bap_scan_delegator_subgroup`` to :c:struct:`bt_bap_bass_subgroup` and
111 * Refactored the :c:struct:`bt_bap_base` to be an abstract struct with new helper functions,
116 * Added ``recycled()`` callback to :c:struct:`bt_conn_cb`, which notifies listeners when a
466 * Added a field named ``num_xfer`` in :c:struct:`i3c_msg` and
467 :c:struct:`i3c_ccc_taget_payload` as an output to indicate the actual
714 :c:struct:`coap_transmission_parameters` instead of retry count.
787 * Added support for setting peer IP address in :c:struct:`net_pkt` structure
826 ``struct net_pkt_cb_ieee802154``.
Drelease-notes-3.5.rst188 * Fixed OTS ``bt_ots_init`` parameter struct naming
863 :c:type:`net_time_t`, :c:struct:`net_ptp_time`, :c:struct:`ieee802154_config`,
864 :c:struct:`ieee802154_radio_api` and :c:struct:`net_pkt` for extensive
877 more detailed information about the prefix (:c:struct:`net_event_ipv6_prefix`).
2061 :c:struct:`mgmt_group` when registering a group. See
2093 * Added ``user_data`` as an optional field to :c:struct:`mgmt_handler` when
2098 :c:struct:`os_mgmt_reset_data`.
Drelease-notes-2.4.rst69 had their signature changed to add a struct device pointer as first parameter.
75 changed to add a struct device pointer as first parameter. Such callback
81 :c:type:`ipm_callback_t` had its signature changed to add a struct device
93 * The struct device got 3 attributes renamed: ``config_info`` to ``config``,
99 manipulating ``struct device *`` (ADC, GPIO, I2C, ...). In order to avoid
159 * HID class callbacks now takes a parameter ``const struct device*`` which
1022 * :github:`28139` - tests: benchmarks: data_structure_perf: rbtree_perf: uninitialized root struct
1101 * :github:`27753` - drivers: sensor: lis2dh: compilation issue struct lis2dh_config' has no member …
1171 * :github:`27399` - [RFC] API change - Switch all struct device to constant
1207 …hci: spi: CS DT config not working because CS gpio_dt_flags are not set in the spi_cs_config struct
[all …]
Drelease-notes-4.1.rst202 * Added a new set of devicetree based LED APIs, see :c:struct:`led_dt_spec`.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst29 The network interfaces can be referenced either by a ``struct net_if *``
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld62 /* rimage module sections are C struct data, and thus flagged ALLOC.
583 * sounds like a struct should be declared packed somewhere...)
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst72 :c:struct:`usbd_context` variable with a given name. Any number of contexts may
256 static void interrupt_handler(const struct device *dev, void *user_data)
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst169 sys_mem_blocks_t *choice_fn(struct sys_multi_mem_blocks *group, void *cfg)
/Zephyr-latest/doc/services/portability/posix/overview/
Dindex.rst99 struct timespec ts = {
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst115 API. The :c:struct:`bt_conn_auth_cb` struct that's passed to this API has
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst82 * By specifying a set of message parameters in a :c:struct:`bt_mesh_msg_ctx`,
84 * By setting up a :c:struct:`bt_mesh_model_pub` structure and calling
Dprovisioning.rst134 methods in :c:struct:`bt_mesh_prov`, as well as enabling the supported actions
/Zephyr-latest/subsys/bluetooth/
DKconfig139 can then be found in the bt_conn_remote_info struct.
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst54 static struct nvs_fs fs = {
/Zephyr-latest/subsys/net/ip/
DKconfig799 See include/net/net_pkt.h and the sizeof(struct net_pkt)
807 See include/net/net_pkt.h and the sizeof(struct net_pkt)
815 header (sizeof(struct net_buf)) amount of data.
823 header (sizeof(struct net_buf)) amount of data.
/Zephyr-latest/drivers/i2c/
DKconfig105 natively the submissions are converted back to struct i2c_msg values that
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst142 struct bindesc_handle handle;
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_10.rst435 callback data is :c:struct:`enum_mgmt_detail_output`. Note that
Dsmp_group_3.rst546 is :c:struct:`settings_mgmt_access`.
/Zephyr-latest/doc/hardware/porting/
Darch.rst331 ``struct k_thread`` and put it into an appropriate register (or some
859 * Create a new struct ``struct gdb_ctx`` as the GDB context.
868 * Pointer to this struct needs to be passed to :c:func:`z_gdb_main_loop`,
966 :c:struct:`gdb_mem_region` needs to be defined to specify regions
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig37 (struct flash_img_context).
/Zephyr-latest/doc/
Dglossary.rst124 domains are represented by :c:struct:`device`.
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst233 behavior for an individual ``struct device``. Therefore, as a compromise,

12345678910