Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
DEVICE_DT_GET(DT_BUS(node))
. 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))
. 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))
. DEVICE_DT_GET(DT_GPIO_CTLR(node, gpio_pha))
. DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node, gpio_pha, idx))
. DEVICE_DT_GET(DT_INST_BUS(inst))
. DEVICE_DT_GET(DT_INST_GPIO_CTLR(node, gpio_pha))
. DEVICE_DT_GET(DT_INST_GPIO_CTLR_BY_IDX(node, gpio_pha, idx))
. DEVICE_DT_GET(DT_INST_SPI_DEV_CS_GPIOS_CTLR(node))
. DEVICE_DT_GET(DT_SPI_DEV_CS_GPIOS_CTLR(node))
. Use the GPIO controller/SoC specific *_GPIO_DS_*
flags instead.
*_GPIO_DEBOUNCE
flag instead. Use the GPIO controller/SoC specific *_GPIO_VOLTAGE_*
flags instead.
K_KERNEL_PINNED_STACK_ARRAY_DECLARE()
instead. K_KERNEL_STACK_ARRAY_DECLARE()
instead. K_KERNEL_STACK_DECLARE()
instead. K_THREAD_STACK_ARRAY_DECLARE()
instead. K_THREAD_STACK_DECLARE()
instead.