Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
uart_ns16550.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 Intel Corporation.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
13
#ifndef ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_
14
#define ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_
15
21
#define CMD_SET_DLF 0x01
22
28
uint32_t
uart_ns16550_get_port
(
const
struct
device
*dev);
29
30
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_ */
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:510
uart_ns16550_get_port
uint32_t uart_ns16550_get_port(const struct device *dev)
Get the device address from uart_ns16550.
zephyr
drivers
serial
uart_ns16550.h
Generated on
for Zephyr API Documentation by
1.14.0