Searched refs:struct (Results 176 – 200 of 232) sorted by relevance
12345678910
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 31 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/ |
D | zms.rst | 110 struct zms_fs { 122 const struct device *flash_device; 202 struct zms_ate { 209 struct {
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 91 * 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``.
|
D | release-notes-3.5.rst | 188 * 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`.
|
D | release-notes-2.4.rst | 69 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 …]
|
D | release-notes-4.1.rst | 202 * Added a new set of devicetree based LED APIs, see :c:struct:`led_dt_spec`.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 29 The network interfaces can be referenced either by a ``struct net_if *``
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 62 /* 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/ |
D | usb_device.rst | 72 :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/ |
D | sys_mem_blocks.rst | 169 sys_mem_blocks_t *choice_fn(struct sys_multi_mem_blocks *group, void *cfg)
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | index.rst | 99 struct timespec ts = {
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 115 API. The :c:struct:`bt_conn_auth_cb` struct that's passed to this API has
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 82 * 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
|
D | provisioning.rst | 134 methods in :c:struct:`bt_mesh_prov`, as well as enabling the supported actions
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig | 139 can then be found in the bt_conn_remote_info struct.
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 54 static struct nvs_fs fs = {
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 799 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/ |
D | Kconfig | 105 natively the submissions are converted back to struct i2c_msg values that
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 142 struct bindesc_handle handle;
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 435 callback data is :c:struct:`enum_mgmt_detail_output`. Note that
|
D | smp_group_3.rst | 546 is :c:struct:`settings_mgmt_access`.
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 331 ``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/ |
D | Kconfig | 37 (struct flash_img_context).
|
/Zephyr-latest/doc/ |
D | glossary.rst | 124 domains are represented by :c:struct:`device`.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 233 behavior for an individual ``struct device``. Therefore, as a compromise,
|
12345678910