WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_uart_v151.h
浏览该文件的文档.
1
9#ifndef HAL_UART_V151_H
10#define HAL_UART_V151_H
11
12#include "hal_uart.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18#endif /* __cplusplus */
19
27
38
43#ifdef __cplusplus
44#if __cplusplus
45}
46#endif /* __cplusplus */
47#endif /* __cplusplus */
48
49#endif
uart_bus_t
UART bus.
Definition platform_core.h:198
void hal_uart_irq_handler(uart_bus_t bus)
UART中断处理函数
Definition hal_uart_v151.c:641
hal_uart_funcs_t * hal_uart_v151_funcs_get(void)
Definition hal_uart_v151.c:794
Driver层UART和HAL层UART的接口
Definition hal_uart.h:424