Lines Matching refs:struct
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.
2147 * MCUmgr command handler definitions have changed, the ``mgmt_ctxt`` struct
2148 has been replaced with the ``smp_streamer`` struct, the zcbor objects need
2568 * Flash Map API drops ``fa_device_id`` from :c:struct:`flash_area`, as it
2922 * :github:`54401` - Uninitialized has_param struct sometimes causes BSIM "has.sh" test to fail
3291 * :github:`52021` - RFC: API Change: mgmt: mcumgr: Replace mgmt_ctxt struct with smp_streamer