blob: 797b29240cdfd07c108c950a99f842169f90fd48 [file] [log] [blame]
/*
* Copyright (c) 2015 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
*
* @brief Public header file for the NS16550 UART
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_
#define ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_
/**
* @brief Set DLF
*
* @note This only applies to Synopsys Designware UART IP block.
*/
#define CMD_SET_DLF 0x01
#endif /* ZEPHYR_INCLUDE_DRIVERS_SERIAL_UART_NS16550_H_ */