mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
v1.1.1
This commit is contained in:
20
bsp/artinchip/sys/d21x/aic_gpio_id.c
Normal file
20
bsp/artinchip/sys/d21x/aic_gpio_id.c
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <aic_gpio_id.h>
|
||||
|
||||
const int aic_gpio_groups_list[] = {
|
||||
PA_GROUP,
|
||||
PB_GROUP,
|
||||
PC_GROUP,
|
||||
PD_GROUP,
|
||||
PE_GROUP,
|
||||
PF_GROUP,
|
||||
PG_GROUP,
|
||||
PU_GROUP,
|
||||
};
|
||||
|
||||
const int aic_gpio_group_size = sizeof(aic_gpio_groups_list) / sizeof(aic_gpio_groups_list[0]);
|
||||
Reference in New Issue
Block a user