Zephyr API Documentation
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Deprecated List
Global
audio_codec_api
Audio codec drivers should use the
DEVICE_API()
macro to declare their driver API.
Global
bt_conn_le_info::interval
Use
bt_conn_le_info::interval_us
instead
Global
BT_GATT_CHRC_AUTH
This API is deprecated.
Global
bt_passkey_set
(unsigned int passkey)
Use
BT_PASSKEY_RAND
and the app_passkey callback from
bt_conn_auth_cb
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
ECUSTOM_HOST_SUBS_INTERRUPT_EN
Use
espi_interrupt_config
instead
Global
eeprom_target_program
(const struct device *dev, const
uint8_t
*eeprom_data, unsigned int length)
Use
eeprom_target_write_data
instead.
Global
FUEL_GAUGE_ABSOLUTE_STATE_OF_CHARGE
Use FUEL_GAUGE_ABSOLUTE_STATE_OF_CHARGE_PCT instead.
Global
FUEL_GAUGE_AVG_CURRENT
Use FUEL_GAUGE_AVG_CURRENT_UA instead.
Global
FUEL_GAUGE_CHARGE_CURRENT
Use FUEL_GAUGE_CHARGE_CURRENT_UA instead.
Global
FUEL_GAUGE_CHARGE_VOLTAGE
Use FUEL_GAUGE_CHARGE_VOLTAGE_UV instead.
Global
FUEL_GAUGE_CURRENT
Use FUEL_GAUGE_CURRENT_UA instead.
Global
FUEL_GAUGE_DESIGN_VOLTAGE
Use FUEL_GAUGE_DESIGN_VOLTAGE_MV instead.
Global
FUEL_GAUGE_FULL_CHARGE_CAPACITY
Use FUEL_GAUGE_FULL_CHARGE_CAPACITY_UAH instead.
Global
FUEL_GAUGE_GPIO_VOLTAGE
Use FUEL_GAUGE_GPIO_VOLTAGE_UV instead.
Global
FUEL_GAUGE_HIGH_CURRENT_ALARM
Use FUEL_GAUGE_HIGH_CURRENT_ALARM_UA instead.
Global
FUEL_GAUGE_HIGH_GPIO_ALARM
Use FUEL_GAUGE_HIGH_GPIO_ALARM_UV instead.
Global
FUEL_GAUGE_HIGH_TEMPERATURE_ALARM
Use FUEL_GAUGE_HIGH_TEMPERATURE_ALARM_DK instead.
Global
FUEL_GAUGE_HIGH_VOLTAGE_ALARM
Use FUEL_GAUGE_HIGH_VOLTAGE_ALARM_UV instead.
Global
FUEL_GAUGE_LOW_CURRENT_ALARM
Use FUEL_GAUGE_LOW_CURRENT_ALARM_UA instead.
Global
FUEL_GAUGE_LOW_GPIO_ALARM
Use FUEL_GAUGE_LOW_GPIO_ALARM_UV instead.
Global
FUEL_GAUGE_LOW_TEMPERATURE_ALARM
Use FUEL_GAUGE_LOW_TEMPERATURE_ALARM_DK instead.
Global
FUEL_GAUGE_LOW_VOLTAGE_ALARM
Use FUEL_GAUGE_LOW_VOLTAGE_ALARM_UV instead.
Global
fuel_gauge_prop_val::absolute_state_of_charge
Use
fuel_gauge_prop_val::absolute_state_of_charge_pct
instead
Global
fuel_gauge_prop_val::avg_current
Use
fuel_gauge_prop_val::avg_current_ua
instead
Global
fuel_gauge_prop_val::chg_current
Use
fuel_gauge_prop_val::chg_current_ua
instead
Global
fuel_gauge_prop_val::chg_voltage
Use
fuel_gauge_prop_val::chg_voltage_uv
instead
Global
fuel_gauge_prop_val::current
Use
fuel_gauge_prop_val::current_ua
instead
Global
fuel_gauge_prop_val::design_volt
Use
fuel_gauge_prop_val::design_volt_mv
instead
Global
fuel_gauge_prop_val::full_charge_capacity
Use
fuel_gauge_prop_val::full_charge_capacity_uah
instead
Global
fuel_gauge_prop_val::gpio_voltage
Use
fuel_gauge_prop_val::gpio_voltage_uv
instead
Global
fuel_gauge_prop_val::high_current_alarm
Use
fuel_gauge_prop_val::high_current_alarm_ua
instead
Global
fuel_gauge_prop_val::high_gpio_alarm
Use
fuel_gauge_prop_val::high_gpio_alarm_uv
instead
Global
fuel_gauge_prop_val::high_temperature_alarm
Use
fuel_gauge_prop_val::high_temperature_alarm_dk
instead
Global
fuel_gauge_prop_val::high_voltage_alarm
Use
fuel_gauge_prop_val::high_voltage_alarm_uv
instead
Global
fuel_gauge_prop_val::low_current_alarm
Use
fuel_gauge_prop_val::low_current_alarm_ua
instead
Global
fuel_gauge_prop_val::low_gpio_alarm
Use
fuel_gauge_prop_val::low_gpio_alarm_uv
instead
Global
fuel_gauge_prop_val::low_temperature_alarm
Use
fuel_gauge_prop_val::low_temperature_alarm_dk
instead
Global
fuel_gauge_prop_val::low_voltage_alarm
Use
fuel_gauge_prop_val::low_voltage_alarm_uv
instead
Global
fuel_gauge_prop_val::relative_state_of_charge
Use
fuel_gauge_prop_val::relative_state_of_charge_pct
instead
Global
fuel_gauge_prop_val::remaining_capacity
Use
fuel_gauge_prop_val::remaining_capacity_uah
instead
Global
fuel_gauge_prop_val::runtime_to_empty
Use
fuel_gauge_prop_val::runtime_to_empty_mins
instead
Global
fuel_gauge_prop_val::runtime_to_full
Use
fuel_gauge_prop_val::runtime_to_full_mins
instead
Global
fuel_gauge_prop_val::sbs_at_rate_time_to_empty
Use
fuel_gauge_prop_val::sbs_at_rate_time_to_empty_mins
instead
Global
fuel_gauge_prop_val::sbs_at_rate_time_to_full
Use
fuel_gauge_prop_val::sbs_at_rate_time_to_full_mins
instead
Global
fuel_gauge_prop_val::sbs_remaining_time_alarm
Use
fuel_gauge_prop_val::sbs_remaining_time_alarm_mins
instead
Global
fuel_gauge_prop_val::state_of_charge_alarm
Use
fuel_gauge_prop_val::state_of_charge_alarm_pct
instead
Global
fuel_gauge_prop_val::temperature
Use
fuel_gauge_prop_val::temperature_dk
instead
Global
fuel_gauge_prop_val::voltage
Use
fuel_gauge_prop_val::voltage_uv
instead
Global
FUEL_GAUGE_RELATIVE_STATE_OF_CHARGE
Use FUEL_GAUGE_RELATIVE_STATE_OF_CHARGE_PCT instead.
Global
FUEL_GAUGE_REMAINING_CAPACITY
Use FUEL_GAUGE_REMAINING_CAPACITY_UAH instead.
Global
FUEL_GAUGE_RUNTIME_TO_EMPTY
Use FUEL_GAUGE_RUNTIME_TO_EMPTY_MINS instead.
Global
FUEL_GAUGE_RUNTIME_TO_FULL
Use FUEL_GAUGE_RUNTIME_TO_FULL_MINS instead.
Global
FUEL_GAUGE_SBS_ATRATE_TIME_TO_EMPTY
Use FUEL_GAUGE_SBS_ATRATE_TIME_TO_EMPTY_MINS instead.
Global
FUEL_GAUGE_SBS_ATRATE_TIME_TO_FULL
Use FUEL_GAUGE_SBS_ATRATE_TIME_TO_FULL_MINS instead.
Global
FUEL_GAUGE_SBS_REMAINING_TIME_ALARM
Use FUEL_GAUGE_SBS_REMAINING_TIME_ALARM_MINS instead.
Global
FUEL_GAUGE_STATE_OF_CHARGE_ALARM
Use FUEL_GAUGE_STATE_OF_CHARGE_ALARM_PCT instead.
Global
FUEL_GAUGE_TEMPERATURE
Use FUEL_GAUGE_TEMPERATURE_DK instead.
Global
FUEL_GAUGE_VOLTAGE
Use FUEL_GAUGE_VOLTAGE_UV 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
I2S_OPT_BIT_CLK_MASTER
Global
I2S_OPT_BIT_CLK_SLAVE
Global
I2S_OPT_FRAME_CLK_MASTER
Global
I2S_OPT_FRAME_CLK_SLAVE
Global
IEEE802154_HW_SLEEP_TO_TX
Drivers and L2 SHALL not introduce additional references to this capability and remove existing ones as outlined in #63670.
File
nvs.h
Please use
zephyr/kvss/nvs.h
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
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
instead
Global
usb_dc_detach
(void)
Use
USB Device Controller
instead
Global
usb_dc_ep_check_cap
(const struct
usb_dc_ep_cfg_data
*const cfg)
Use
USB Device Controller
instead
Global
usb_dc_ep_clear_stall
(const
uint8_t
ep)
Use
USB Device Controller
instead
Global
usb_dc_ep_configure
(const struct
usb_dc_ep_cfg_data
*const cfg)
Use
USB Device Controller
instead
Global
usb_dc_ep_disable
(const
uint8_t
ep)
Use
USB Device Controller
instead
Global
usb_dc_ep_enable
(const
uint8_t
ep)
Use
USB Device Controller
instead
Global
usb_dc_ep_flush
(const
uint8_t
ep)
Use
USB Device Controller
instead
Global
usb_dc_ep_halt
(const
uint8_t
ep)
Use
USB Device Controller
instead
Global
usb_dc_ep_is_stalled
(const
uint8_t
ep,
uint8_t
*const stalled)
Use
USB Device Controller
instead
Global
usb_dc_ep_mps
(
uint8_t
ep)
Use
USB Device Controller
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
instead
Global
usb_dc_ep_read_continue
(
uint8_t
ep)
Use
USB Device Controller
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
instead
Global
usb_dc_ep_set_callback
(const
uint8_t
ep, const
usb_dc_ep_callback
cb)
Use
USB Device Controller
instead
Global
usb_dc_ep_set_stall
(const
uint8_t
ep)
Use
USB Device Controller
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
instead
Global
usb_dc_reset
(void)
Use
USB Device Controller
instead
Global
usb_dc_set_address
(const
uint8_t
addr)
Use
USB Device Controller
instead
Global
usb_dc_set_status_callback
(const
usb_dc_status_callback
cb)
Use
USB Device Controller
instead
Global
usb_dc_wakeup_request
(void)
Use
USB Device Controller
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
Global
wifi_mgmt_ops::start_11r_roaming
)(const struct device *dev, struct
net_if
*iface)
Controlled by connection request params
File
zms.h
Please use
zephyr/kvss/zms.h
instead.
Generated on
for Zephyr API Documentation by
1.16.1