Zephyr Project API 4.1.99
A Scalable Open Source RTOS
|
#include <zephyr/device.h>
Go to the source code of this file.
Functions | |
void | uart_bridge_settings_update (const struct device *dev, const struct device *bridge_dev) |
Update the hardware port settings on a uart bridge. | |
Update the hardware port settings on a uart bridge.
If dev is part bridge_dev, then the dev uart configuration are applied to the other device in the uart bridge. This allows propagating the settings from a USB CDC-ACM port to a hardware UART.
If dev is not part of bridge_dev then the function is a no-op.