drv_i2c.h 299 字节
Newer Older
W
wangyq2018 已提交
1 2 3 4 5 6 7
/*
 * Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author        Notes
W
wangyq2018 已提交
8
 * 2019-01-24     wangyq        the first version
W
wangyq2018 已提交
9 10
 */

W
wangyq2018 已提交
11 12
#ifndef DRV_I2C_H__
#define DRV_I2C_H__
W
wangyq2018 已提交
13

W
wangyq2018 已提交
14
int rt_hw_i2c_init(void);
W
wangyq2018 已提交
15 16

#endif