rt-thread/bsp/nuvoton/libraries/m460/rtt_port/drv_common.h

19 lines
505 B
C

/**************************************************************************//**
*
* @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__ */