Lines Matching refs:struct
62 * All architectures are now required to define the new ``struct arch_esf``, which describes the mem…
63 of a stack frame. This new struct replaces the named struct ``z_arch_esf_t``. (:github:`73593`)
65 * The named struct ``z_arch_esf_t`` is now deprecated. Use ``struct arch_esf`` instead. (:github:`7…
204 * ``emul_sensor_backend_api`` to :c:struct:`emul_sensor_driver_api`
205 * ``emul_bbram_backend_api`` to :c:struct:`emul_bbram_driver_api`
206 * ``usbc_ppc_drv`` to :c:struct:`usbc_ppc_driver_api`
709 * The model metadata pointer declaration of :c:struct:`bt_mesh_model` has been changed
710 to add ``const`` qualifiers. The data pointer of :c:struct:`bt_mesh_models_metadata_entry`
714 * The model metadata pointer declaration of :c:struct:`bt_mesh_model` has been changed
715 to a single ``const *`` and redundant metadata pointer from :c:struct:`bt_mesh_health_srv`
806 :code:`struct bt_le_adv_param *param = BT_LE_ADV_CONN;` will need to
807 be updated to :code:`const struct bt_le_adv_param *param = BT_LE_ADV_CONN;` or use it for
808 initialization like :code:`struct bt_le_adv_param param = *BT_LE_ADV_CONN;`
849 * The zperf zperf_results struct is changed to support 64 bits transferred bytes (total_len)