4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 13:00:26 +08:00

19 lines
505 B
C
Raw Normal View History

/**************************************************************************//**
*
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-12-12 Wayne First version
*
******************************************************************************/
#ifndef __DRV_COMMON_H__
#define __DRV_COMMON_H__
void nu_pin_set_function(rt_base_t pin, int data);
#endif /* __DRV_COMMON_H__ */