Searched refs:struct (Results 201 – 225 of 232) sorted by relevance
12345678910
/Zephyr-latest/doc/releases/ |
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…
|
D | release-notes-2.6.rst | 54 * Added disconnect reason to the :c:func:`disconnected` callback of :c:struct:`bt_iso_chan_ops`. 133 * :c:struct:`k_delayed_work` replace with :c:struct:`k_work_delayable` 532 * :c:struct:`gpio_dt_spec`: a new structure which makes it more convenient to 738 k_work from accessing already freed net_pkt struct. This also improves the latency 2079 * :github:`28722` - Bluetooth: provide ``struct bt_conn`` to ccc_changed callback
|
D | release-notes-1.12.rst | 658 * :github:`7541` - arm: struct k_thread->entry is overwritten once the thread is scheduled 718 * :github:`7776` - possible unaligned memory access to struct _k_object's perms
|
D | release-notes-1.11.rst | 396 * :github:`5692` - sensors: struct sensor_value::val2 is confusingly defined
|
/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
|
D | dfu.rst | 135 (:c:struct:`bt_mesh_dfu_metadata`) together with a set of related functions that can be used by
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 489 * This is for the struct gcov_info for
|
/Zephyr-latest/doc/build/dts/ |
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/kernel/ |
D | Kconfig | 404 the kernel thread struct. This avoids a syscall if userspace is enabled. 496 Thread names get stored in the k_thread struct. Indicate the max
|
/Zephyr-latest/ |
D | CMakeLists.txt | 803 --tag-struct-file ${struct_tags_json} # Write subsystem list to this file 1278 -p "struct k_object" 1485 -p "struct k_object"
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 438 # If one adds a struct or class to a group and this option is enabled, then also 439 # any nested class or struct is added to the same group. By default this option 475 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or 476 # enum is documented as struct, union, or enum with the name of the typedef. So 477 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct 479 # namespace, or class. And the struct will be named TypeS. This can typically be
|
/Zephyr-latest/arch/ |
D | Kconfig | 541 needs a software ISR table table created. This is an array of struct
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 314 callbacks around. See `struct closure` in conn_internal.h.
|
12345678910