|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
UART扩展配置参数定义 更多...
#include <hal_uart.h>
成员变量 | |
| bool | tx_dma_enable |
| uint8_t | tx_int_threshold |
| bool | rx_dma_enable |
| uint8_t | rx_int_threshold |
UART扩展配置参数定义
| bool uart_extra_attr::rx_dma_enable |
false: RX没有使用DMA,使用 uapi_uart_write 发送数据
true: RX使用DMA,使用 uapi_uart_write_by_dma 发送数据
| uint8_t uart_extra_attr::rx_int_threshold |
触发中断的rxfifo水线
| bool uart_extra_attr::tx_dma_enable |
false: TX没有使用DMA,使用 uapi_uart_write 发送数据
true: TX使用DMA,使用 uapi_uart_write_by_dma 发送数据
| uint8_t uart_extra_attr::tx_int_threshold |
触发中断的txfifo水线