Home
last modified time | relevance | path

Searched defs:tls_uart_port (Results 1 – 1 of 1) sorted by relevance

/device/soc/winnermicro/wm800/board/include/driver/
Dwm_uart.h258 typedef struct tls_uart_port { struct
259 u32 uart_no; /**< uart number: 0 or 1 */
261 u32 uart_irq_no; /**< uart interrupt number */
263 u32 plus_char_cnt;
265 TLS_UART_MODE_T uart_mode; /**< uart work mode: interrupt mode or poll mode */
267 struct tls_uart_options opts; /**< uart config parameters */
269 int fcStatus; /**< flow ctrl status,0 closed ,1 opened */
271 enum TLS_UART_RX_FLOW_CTRL_FLAG rxstatus;
295 s16(*tx_callback) (struct tls_uart_port *port); argument
296 s16(*tx_sent_callback) (struct tls_uart_port *port); argument
[all …]