XFusion API v1.3.0
|
xf_hal 的 uart(通用异步收发器) 设备抽象。 更多...
结构体 | |
struct | _xf_hal_uart_config_t |
用于对接 uart 设置的参数。 更多... | |
类型定义 | |
typedef uint32_t | xf_uart_num_t |
uart 序号。 | |
typedef enum _xf_hal_uart_data_bits_t | xf_hal_uart_data_bits_t |
uart 的数据位。 | |
typedef enum _xf_hal_uart_stop_bits_t | xf_hal_uart_stop_bits_t |
uart 的停止位。 | |
typedef enum _xf_hal_uart_parity_bits_t | xf_hal_uart_parity_bits_t |
uart 校验位。 | |
typedef enum _xf_hal_uart_flow_control_t | xf_hal_uart_flow_control_t |
uart 流控模式。 | |
typedef enum _xf_hal_uart_cmd_t | xf_hal_uart_cmd_t |
用于对接 uart 设置的命令。 | |
typedef struct _xf_hal_uart_config_t | xf_hal_uart_config_t |
用于对接 uart 设置的参数。 | |
xf_hal 的 uart(通用异步收发器) 设备抽象。
在文件 xf_hal_uart.h 中定义.