Lines Matching refs:struct
43 * Changed :c:struct:`spi_cs_control` to remove anonymous struct.
45 struct. Updated :c:macro:`SPI_CS_CONTROL_PTR_DT` to reflect
74 to :zephyr_file:`include/zephyr/net/socketcan.h`, the SocketCAN ``struct can_frame`` has been
75 renamed to :c:struct:`socketcan_frame`, and the SocketCAN ``struct can_filter`` has been renamed
76 to :c:struct:`socketcan_filter`. The SocketCAN utility functions are now available in
79 * The CAN controller ``struct zcan_frame`` has been renamed to :c:struct:`can_frame`, and ``struct
80 zcan_filter`` has been renamed to :c:struct:`can_filter`.
126 * Removed deprecated SPI :c:struct:`spi_cs_control` fields for GPIO management
127 that have been replaced with :c:struct:`gpio_dt_spec`.
333 * Added a new callback :c:func:`rpa_expired` in the struct
334 :c:struct:`bt_le_ext_adv_cb` to enable synchronization of the advertising
346 a ``const struct bt_conn*`` argument.
350 * Extended the :c:struct:`bt_conn_info` structure with security information.
501 * Added :c:struct:`adc_dt_spec` related helpers for sequence initialization,
917 const struct device *my_dev = device_get_binding("FOO");
954 const struct device *my_dev = DEVICE_DT_GET(DT_NODELABEL(lbl));
1413 * MCUMGR transport API drops ``zst`` parameter, of :c:struct:`zephyr_smp_transport`
1415 not been used, and the ``nb`` parameter, of :c:struct:`net_buf` type,
2072 * :github:`48913` - net: Add pointer member to net_mgmt_event_callback struct to pass user data to …
2147 * :github:`48328` - Add API to get the nvs_fs struct from the settings backend
2303 * :github:`46887` - Automatically organize BLE EIR/AD data into a struct instead of providing it in…
2501 * :github:`44455` - LE Audio: Remove ``struct bt_codec *codec`` parameter from ``bt_audio_broadcast…
2630 * :github:`33627` - Provide alternative nvs_init that will take const struct ``*device`` instead of…