drv_gpio.h 313 字节
Newer Older
1
/*
mysterywolf's avatar
mysterywolf 已提交
2
 * Copyright (c) 2006-2023, RT-Thread Development Team
3 4 5 6 7 8 9
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2015-01-05     Bernard      the first version
 */
10 11
#ifndef __DRV_GPIO_H__
#define __DRV_GPIO_H__
12

1
192.168.1.134 已提交
13
int n32_hw_pin_init(void);
14

15 16

#endif /* __DRV_GPIO_H__ */