19 lines
481 B
C
19 lines
481 B
C
|
/**************************************************************************//**
|
||
|
*
|
||
|
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2022-10-20 Wayne First version
|
||
|
*
|
||
|
******************************************************************************/
|
||
|
|
||
|
#ifndef __DRV_SSMCC_H__
|
||
|
#define __DRV_SSMCC_H__
|
||
|
|
||
|
rt_err_t nu_ssmcc_init(void);
|
||
|
|
||
|
#endif /* __DRV_SSMCC_H__ */
|