27 lines
691 B
C
27 lines
691 B
C
/****************************************************************************
|
|
* @file nutool_pincfg.h
|
|
* @version V1.24
|
|
* @Date 2021/08/03-14:56:47
|
|
* @brief NuMicro generated code file
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Copyright (C) 2013-2021 Nuvoton Technology Corp. All rights reserved.
|
|
*****************************************************************************/
|
|
|
|
#ifndef __NUTOOL_PINCFG_H__
|
|
#define __NUTOOL_PINCFG_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
void nutool_pincfg_init_uart16(void);
|
|
void nutool_pincfg_deinit_uart16(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif /*__NUTOOL_PINCFG_H__*/
|
|
|
|
/*** (C) COPYRIGHT 2013-2021 Nuvoton Technology Corp. ***/
|