rt-thread-official/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_pin.h

23 lines
484 B
C
Raw Normal View History

2024-01-29 18:18:15 +08:00
/*
* Copyright (c) 2006-2024, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-03-13 Liuguang the first version.
* 2018-03-19 Liuguang add GPIO interrupt mode support.
2024-02-19 18:36:06 +08:00
* 2019-07-15 yandld The first version for MCXN
2024-01-29 18:18:15 +08:00
*/
#ifndef __DRV_PIN_H__
#define __DRV_PIN_H__
#include <rtthread.h>
#include <rtdevice.h>
extern int rt_hw_pin_init(void);
#endif /* __DRV_PIN_H__ */