![]() |
EXPEED_OS
1.1.2
|
本文件声明了uart硬件抽象层接口和相关参数 更多...
#include <stdint.h>
结构体 | |
struct | hal_uart_config_t |
struct | hal_uart_dev_t |
函数 | |
int32_t | hal_uart_init (hal_uart_dev_t *uart) |
初始化UART 更多... | |
int32_t | hal_uart_deinit (hal_uart_dev_t *uart) |
int32_t | hal_uart_transmit (hal_uart_dev_t *uart, const void *buffer, uint32_t size, uint32_t timeout) |
串口直接发送数据 更多... | |
int32_t | hal_uart_receive (hal_uart_dev_t *uart, void *buffer, uint32_t size, uint32_t timeout) |
串口接收数据 更多... | |
本文件声明了uart硬件抽象层接口和相关参数