mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-27 06:28:54 +00:00
v1.2.1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user