drv_gpio.h 347 字节
Newer Older
勤为本 已提交
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
勤为本 已提交
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
勤为本 已提交
5 6 7
 *
 * Change Logs:
 * Date           Author       Notes
8 9
 * 2017-11-24     勤为本          first version
 * 2018-05-11     zhuangwei    add gpio interrupt ops
勤为本 已提交
10 11
 */

12 13
#ifndef __DRV_GPIO_H__
#define __DRV_GPIO_H__
勤为本 已提交
14 15 16 17 18 19 20


int hw_pin_init(void);


#endif