XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_hal_device.h
浏览该文件的文档.
1
12#ifndef __XF_HAL_DEVICE_H__
13#define __XF_HAL_DEVICE_H__
14
15/* ==================== [Includes] ========================================== */
16
17#include "xf_hal_gpio.h"
18#include "xf_hal_tim.h"
19#include "xf_hal_pwm.h"
20#include "xf_hal_adc.h"
21#include "xf_hal_dac.h"
22#include "xf_hal_uart.h"
23#include "xf_hal_i2c.h"
24#include "xf_hal_spi.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/* ==================== [Defines] =========================================== */
31
32/* ==================== [Typedefs] ========================================== */
33
34/* ==================== [Global Prototypes] ================================= */
35
36/* ==================== [Macros] ============================================ */
37
38#ifdef __cplusplus
39} /* extern "C" */
40#endif
41
42#endif // __XF_HAL_DEVICE_H__
xf_hal 的 adc(模数转换) 设备抽象。
xf_hal 的 dac(数模转换) 设备。
xf_hal 的 gpio(通用输入输出) 设备抽象。
xf_hal 的 i2c(同步半双工串行通信总线) 设备抽象。
xf_hal 的 pwm(脉冲宽度调制) 设备抽象。
xf_hal 的 spi(串行外设接口) 设备抽象。
xf_hal 的 timer(定时器) 设备抽象。
xf_hal 的 uart(通用异步收发器) 设备抽象。