Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
uart_bridge.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <zephyr/device.h>
8
18void uart_bridge_settings_update(const struct device *dev,
19 const struct device *bridge_dev);
Runtime device structure (in ROM) per driver instance.
Definition device.h:510
void uart_bridge_settings_update(const struct device *dev, const struct device *bridge_dev)
Update the hardware port settings on a uart bridge.