This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, ArtInChip Technology Co., Ltd
* Copyright (c) 2023-2025, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -31,6 +31,16 @@ static inline void spienc_select_tweak(int select)
hal_spienc_select_tweak(select);
}
static inline void spienc_xip_enable(void)
{
hal_spienc_xip_enable();
}
static inline void spienc_xip_disable(void)
{
hal_spienc_xip_disable();
}
static inline void spienc_start(void)
{
hal_spienc_start();