Zephyr Project API
4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Deprecated List
Global
bt_hci_cmd_create
(uint16_t opcode, uint8_t param_len)
Use
bt_hci_cmd_alloc()
instead.
Global
BT_LE_ADV_CONN
This is a convenience macro for
BT_LE_ADV_OPT_CONNECTABLE
, which is deprecated. Please use
BT_LE_ADV_CONN_FAST_1
or
BT_LE_ADV_CONN_FAST_2
instead.
Global
BT_LE_ADV_OPT_CONNECTABLE
Use
BT_LE_ADV_OPT_CONN
instead.
Global
BT_LE_ADV_OPT_ONE_TIME
Use
BT_LE_ADV_OPT_CONN
instead.
Global
cdc_acm_dte_rate_callback_set
(const struct device *dev, cdc_dte_rate_callback_t callback)
Use
USB device core API
and
USBD_MSG_CDC_ACM_LINE_CODING
instead.
Global
hid_int_ep_read
(const struct device *dev, uint8_t *data, uint32_t max_data_len, uint32_t *ret_bytes)
Use
USBD HID device API
instead.
Global
hid_int_ep_write
(const struct device *dev, const uint8_t *data, uint32_t data_len, uint32_t *bytes_ret)
Use
USBD HID device API
instead.
Global
net_if_ipv4_get_netmask
(struct
net_if
*iface)
Use
net_if_ipv4_get_netmask_by_addr()
instead.
Global
net_if_ipv4_set_netmask
(struct
net_if
*iface, const struct
in_addr
*netmask)
Use
net_if_ipv4_set_netmask_by_addr()
instead.
Global
net_if_ipv4_set_netmask_by_index
(int index, const struct
in_addr
*netmask)
Use
net_if_ipv4_set_netmask_by_addr()
instead.
Global
openthread_api_mutex_lock
(struct openthread_context *ot_context)
use openthread_mutex_lock.
Global
openthread_api_mutex_try_lock
(struct openthread_context *ot_context)
use openthread_mutex_try_lock instead.
Global
openthread_api_mutex_unlock
(struct openthread_context *ot_context)
use openthread_mutex_unlock instead.
Global
openthread_start
(struct openthread_context *ot_context)
use openthread_run instead.
Struct
openthread_state_changed_cb
use openthread_state_changed_callback instead.
Global
openthread_state_changed_cb_register
(struct openthread_context *ot_context, struct
openthread_state_changed_cb
*cb)
use openthread_state_changed_callback_register instead.
Global
openthread_state_changed_cb_unregister
(struct openthread_context *ot_context, struct
openthread_state_changed_cb
*cb)
use openthread_state_changed_callback_unregister instead.
Global
PWM_STM32_COMPLEMENTARY
Use the PWM complementary
STM32_PWM_COMPLEMENTARY
flag instead.
Global
stream_flash_erase_page
(struct
stream_flash_ctx
*ctx, off_t off)
Use
flash_area_erase()
or
flash_erase()
. Note that there is no Stream Flash API equivalent for that.
Global
TLS_CREDENTIAL_SERVER_CERTIFICATE
Use TLS_CREDENTIAL_PUBLIC_CERTIFICATE instead.
Global
usb_audio_get_in_frame_size
(const struct device *dev)
Use
USB Audio Class 2 device API
instead.
Global
usb_audio_register
(const struct device *dev, const struct
usb_audio_ops
*ops)
Use
USB Audio Class 2 device API
instead.
Global
usb_audio_send
(const struct device *dev, struct
net_buf
*buffer, size_t len)
Use
USB Audio Class 2 device API
instead.
Global
usb_bos_register_cap
(void *hdr)
Use
USB device core API
instead
Global
usb_cancel_transfer
(uint8_t ep)
Use
USB device core API
instead
Global
usb_cancel_transfers
(void)
Use
USB device core API
instead
Global
usb_dc_attach
(void)
Use
USB device controller driver API
instead
Global
usb_dc_detach
(void)
Use
USB device controller driver API
instead
Global
usb_dc_ep_check_cap
(const struct
usb_dc_ep_cfg_data
*const cfg)
Use
USB device controller driver API
instead
Global
usb_dc_ep_clear_stall
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_configure
(const struct
usb_dc_ep_cfg_data
*const cfg)
Use
USB device controller driver API
instead
Global
usb_dc_ep_disable
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_enable
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_flush
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_halt
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_is_stalled
(const uint8_t ep, uint8_t *const stalled)
Use
USB device controller driver API
instead
Global
usb_dc_ep_mps
(uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_read
(const uint8_t ep, uint8_t *const data, const uint32_t max_data_len, uint32_t *const read_bytes)
Use
USB device controller driver API
instead
Global
usb_dc_ep_read_continue
(uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_read_wait
(uint8_t ep, uint8_t *data, uint32_t max_data_len, uint32_t *read_bytes)
Use
USB device controller driver API
instead
Global
usb_dc_ep_set_callback
(const uint8_t ep, const usb_dc_ep_callback cb)
Use
USB device controller driver API
instead
Global
usb_dc_ep_set_stall
(const uint8_t ep)
Use
USB device controller driver API
instead
Global
usb_dc_ep_write
(const uint8_t ep, const uint8_t *const data, const uint32_t data_len, uint32_t *const ret_bytes)
Use
USB device controller driver API
instead
Global
usb_dc_reset
(void)
Use
USB device controller driver API
instead
Global
usb_dc_set_address
(const uint8_t addr)
Use
USB device controller driver API
instead
Global
usb_dc_set_status_callback
(const usb_dc_status_callback cb)
Use
USB device controller driver API
instead
Global
usb_dc_wakeup_request
(void)
Use
USB device controller driver API
instead
Global
usb_deconfig
(void)
Use
USB device core API
instead
File
usb_dfu.h
This API is deprecated.
Global
usb_disable
(void)
Use
USB device core API
instead
Global
usb_enable
(usb_dc_status_callback status_cb)
Use
USB device core API
instead
Global
usb_ep_clear_stall
(uint8_t ep)
Use
USB device core API
instead
Global
usb_ep_read_continue
(uint8_t ep)
Use
USB device core API
instead
Global
usb_ep_read_wait
(uint8_t ep, uint8_t *data, uint32_t max_data_len, uint32_t *read_bytes)
Use
USB device core API
instead
Global
usb_ep_set_stall
(uint8_t ep)
Use
USB device core API
instead
Global
usb_get_remote_wakeup_status
(void)
Use
USB device core API
instead
Global
usb_hid_init
(const struct device *dev)
Use
USBD HID device API
instead.
Global
usb_hid_register_device
(const struct device *dev, const uint8_t *desc, size_t size, const struct
hid_ops
*op)
Use
USBD HID device API
instead.
Global
usb_hid_set_proto_code
(const struct device *dev, uint8_t proto_code)
Use
USBD HID device API
instead.
Global
usb_read
(uint8_t ep, uint8_t *data, uint32_t max_data_len, uint32_t *ret_bytes)
Use
USB device core API
instead
Global
usb_set_config
(const uint8_t *usb_descriptor)
Use
USB device core API
instead
Global
usb_transfer
(uint8_t ep, uint8_t *data, size_t dlen, unsigned int flags, usb_transfer_callback cb, void *priv)
Use
USB device core API
instead
Global
usb_transfer_ep_callback
(uint8_t ep, enum usb_dc_ep_cb_status_code)
Use
USB device core API
instead
Global
usb_transfer_is_busy
(uint8_t ep)
Use
USB device core API
instead
Global
usb_transfer_sync
(uint8_t ep, uint8_t *data, size_t dlen, unsigned int flags)
Use
USB device core API
instead
Global
usb_wakeup_request
(void)
Use
USB device core API
instead
Global
usb_write
(uint8_t ep, const uint8_t *data, uint32_t data_len, uint32_t *bytes_ret)
Use
USB device core API
instead
Generated on Tue Sep 2 2025 13:08:49 for Zephyr Project API by
1.9.8