Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
mtk_uart_controller Struct Reference

Interface to UART. More...

#include <mhal_uart.h>

Data Fields

u8 port_num
 UART controller port num.
 
void __iomem * base
 UART controller base address.
 
void __iomem * cg_base
 Clock gate base address.
 
u32 baudrate
 UART baudrate.
 
mhal_uart_data_len data_bit
 UART data bit.
 
mhal_uart_parity parity
 UART parity.
 
mhal_uart_stop_bit stop_bit
 UART stop bit.
 
u8 vff_dma_mode
 UART DMA mode. More...
 
struct mtk_uart_privatemdata
 M-HAL privite structure, used by M-HAL only.
 

Detailed Description

Interface to UART.

It's used to pass arguments among OS-HAL/M-HAL/HDL.

Field Documentation

u8 vff_dma_mode

UART DMA mode.

0: half-size; 1: VFF


The documentation for this struct was generated from the following file: