Searched refs:struct (Results 201 – 225 of 239) sorted by relevance
12345678910
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 129 * Struct ``z_arch_esf_t`` has been removed. Use ``struct arch_esf`` instead. 267 :c:struct:`img_mgmt_image_confirmed`. 353 * :c:struct:`led_dt_spec`
|
D | release-notes-3.3.rst | 135 * Rewrote the CAN API to utilize flag bitfields instead discrete of struct 214 The :c:struct:`zephyr_smp_transport` type, representing transport object, 215 is now replaced with :c:struct:`smp_transport`, and the later one is used, 295 using :c:struct:`lwm2m_path_obj` instead. 1046 * Decoupled IEEE802154 parameters from :c:struct:`net_pkt` into 1047 :c:struct:`net_pkt_cb_ieee802154`. 1090 :c:struct:`lwm2m_obj_path` to represent object/resource paths. 1101 * Fixed cloning of LL address for :c:struct:`net_pkt`. 1121 :c:struct:`net_context`. 2100 and setting the `FCB_FLAGS_CRC_DISABLED` flag in the :c:struct:`fcb` struct. [all …]
|
D | release-notes-3.7.rst | 306 * Removed ``err`` from :c:struct:`bt_bap_broadcast_assistant_cb.recv_state_removed` as it was 576 :c:struct:`adc_sequence` features. 654 * Renamed the ``bus_speed`` and ``bus_speed_data`` fields of :c:struct:`can_driver_config` to 837 device capabilities to :c:struct:`flash_parameters` and the utility function 1460 * Removed obsolete and unused ``tcp_first_msg`` :c:struct:`net_pkt` flag. 1474 * Added user data field in :c:struct:`mqtt_client` context structure. 1485 * Added reference counter to the :c:struct:`net_if_addr` structure.
|
D | release-notes-1.5.rst | 139 * ``ZEP-254`` - nios2: define NANO_ESF struct and populate _default_esf
|
D | release-notes-2.3.rst | 200 * Refactored device structures and introduced struct init_entry which is 201 a generic init end-point. SYS_INIT() generates only a struct init_entry via 202 calling INIT_ENTRY_DEFINE(). Also removed struct deviceconfig leaving 203 struct device to own everything now. 747 * :github:`25824` - Unpacked bt_l2cap_le_conn_rsp struct is causing corrupt L2CAP connection reques…
|
D | release-notes-2.5.rst | 395 * We reworked the zcan_frame struct due to undefined behavior. 863 * New power state changes notification API :c:struct:`pm_notifier` 1655 * :github:`28722` - Bluetooth: provide ``struct bt_conn`` to ccc_changed callback 1664 * :github:`28688` - Bluetooth: provide ``struct bt_gatt_indicate_params`` to ``bt_gatt_indicate_fun… 1699 * :github:`28177` - gPTP gptp_priority_vector struct field ordering is wrong 1811 * :github:`26072` - refactor struct device to reduce RAM demands 1835 * :github:`25173` - k_sem_give(struct k_sem \*sem) should report failure when the semaphore is full
|
D | release-notes-2.7.rst | 195 * Added :c:struct:`multiple` to the :c:struct:`bt_gatt_read_params` - this 197 :c:struct:`bt_gatt_read_params`, and ``variable``. 253 * Changed the connected isochronous API to use a group-based opaque struct 606 * Added ``user_data`` field to the :c:struct:`coap_packet` structure. 664 Added IEEE 802.15.4 security-related flags to the :c:struct:`net_pkt` 1703 * :github:`36035` - struct devices should be allocated in ROM, not RAM
|
D | release-notes-3.0.rst | 49 * Replaced custom LwM2M :c:struct:`float32_value` type with a native double type. 868 * :github:`42942` - sizeof(struct sockaddr_storage) is smaller than sizeof(struct sockaddr_in6) 1020 * :github:`41503` - including <net/socket.h> fails with redefinition of 'struct zsock_timeval' (som…
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 819 See include/net/net_pkt.h and the sizeof(struct net_pkt) 827 See include/net/net_pkt.h and the sizeof(struct net_pkt) 835 header (sizeof(struct net_buf)) amount of data. 843 header (sizeof(struct net_buf)) amount of data.
|
/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/services/device_mgmt/smp_groups/ |
D | smp_group_3.rst | 546 is :c:struct:`settings_mgmt_access`.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 233 behavior for an individual ``struct device``. Therefore, as a compromise,
|
D | api-usage.rst | 313 phandle to a Zephyr driver-level :ref:`struct device <device_model_api>`.
|
D | intro-syntax-structure.rst | 288 devices must be enabled for the corresponding ``struct device`` in the
|
/Zephyr-latest/doc/ |
D | glossary.rst | 124 domains are represented by :c:struct:`device`.
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 166 from the :c:struct:`rtio_iodev_sqe`, the iodev should get the buffer and count
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 225 63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 262 struct foo_object { 274 struct foo_object _name = { \ 710 Note that ``long double`` is not supported by Python's ``struct`` module.
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1483 struc||struct 1485 stuct||struct
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 445 struct k_object { 461 struct k_object { 680 c:struct
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 22 required. Set the ``send rel`` flag (see :c:struct:`bt_mesh_msg_ctx`) to use the reliable message
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 489 * This is for the struct gcov_info for
|
/Zephyr-latest/ |
D | CMakeLists.txt | 812 --tag-struct-file ${struct_tags_json} # Write subsystem list to this file 1287 -p "struct k_object" 1494 -p "struct k_object"
|
/Zephyr-latest/kernel/ |
D | Kconfig | 419 the kernel thread struct. This avoids a syscall if userspace is enabled. 511 Thread names get stored in the k_thread struct. Indicate the max
|
12345678910