2021-09-09 20:31:17 +08:00
|
|
|
/*
|
2023-02-11 08:14:33 +08:00
|
|
|
* Copyright (c) 2006-2023, RT-Thread Development Team
|
2021-09-09 20:31:17 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2015-01-05 Bernard the first version
|
|
|
|
*/
|
2022-01-06 10:49:46 +08:00
|
|
|
#ifndef __DRV_GPIO_H__
|
|
|
|
#define __DRV_GPIO_H__
|
2021-09-09 20:31:17 +08:00
|
|
|
|
2021-12-03 14:25:13 +08:00
|
|
|
int n32_hw_pin_init(void);
|
2021-09-09 20:31:17 +08:00
|
|
|
|
2022-01-06 10:49:46 +08:00
|
|
|
|
|
|
|
#endif /* __DRV_GPIO_H__ */
|