Zephyr Project API  3.1.0
A Scalable Open Source RTOS
Deprecated List
Global bt_gatt_subscribe_params::write
Global device_usable_check (const struct device *dev)
Use device_is_ready() instead.
Global DT_CHOSEN_ZEPHYR_ENTROPY_LABEL
Use DT_LABEL(DT_CHOSEN(zephyr_entropy)) instead. If used to to obtain a device instance with device_get_binding(), consider using DEVICE_DT_GET(DT_CHOSEN(zephyr_entropy)).
Global DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL
Use DT_LABEL(DT_CHOSEN(zephyr_flash_controller)) instead. If used to to obtain a device instance with device_get_binding(), consider using DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)).
Global GPIO_DS_DFLT_LOW

Use the GPIO controller/SoC specific *_GPIO_DS_* flags instead.

Global GPIO_INT_DEBOUNCE
Use the GPIO controller/SoC specific *_GPIO_DEBOUNCE flag instead.
Global GPIO_VOLTAGE_DEFAULT

Use the GPIO controller/SoC specific *_GPIO_VOLTAGE_* flags instead.

Global nvs_init (struct nvs_fs *fs, const char *dev_name)
Use nvs_mount() instead.
Global pwm_pin_capture_cycles (const struct device *dev, uint32_t channel, pwm_flags_t flags, uint32_t *period, uint32_t *pulse, k_timeout_t timeout)
Use pwm_capture_cycles() instead.
Global pwm_pin_capture_nsec (const struct device *dev, uint32_t channel, pwm_flags_t flags, uint64_t *period, uint64_t *pulse, k_timeout_t timeout)
Use pwm_capture_nsec() instead.
Global pwm_pin_capture_usec (const struct device *dev, uint32_t channel, pwm_flags_t flags, uint64_t *period, uint64_t *pulse, k_timeout_t timeout)
Use pwm_capture_usec() instead.
Global pwm_pin_configure_capture (const struct device *dev, uint32_t channel, pwm_flags_t flags, pwm_capture_callback_handler_t cb, void *user_data)
Use pwm_configure_capture() instead.
Global pwm_pin_cycles_to_nsec (const struct device *dev, uint32_t channel, uint32_t cycles, uint64_t *nsec)
Use pwm_cycles_to_nsec() instead.
Global pwm_pin_cycles_to_usec (const struct device *dev, uint32_t channel, uint32_t cycles, uint64_t *usec)
Use pwm_cycles_to_usec() instead.
Global pwm_pin_disable_capture (const struct device *dev, uint32_t channel)
Use pwm_disable_capture() instead.
Global pwm_pin_enable_capture (const struct device *dev, uint32_t channel)
Use pwm_enable_capture() instead.
Global pwm_pin_set_cycles (const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags)
Use pwm_set_cycles() instead.
Global pwm_pin_set_nsec (const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags)
Use pwm_set() instead.
Global pwm_pin_set_usec (const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags)
Use pwm_set() with PWM_USEC() instead.
Global SYS_DEVICE_DEFINE (drv_name, init_fn, level, prio)
Use SYS_INIT() instead.
Global UTIL_LISTIFY (LEN, F,...)
Use LISTIFY instead.