Files
luban-lite-t3e-pro/bsp/artinchip/sys/d13x/include/aic_mtop_id.h

25 lines
451 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
* Copyright (c) 2022, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef _ARTINCHIP_HAL_MTOP_SPEC_DEF_V11H_
#define _ARTINCHIP_HAL_MTOP_SPEC_DEF_V11H_
/* Each group is 8 bits */
2024-01-27 08:47:24 +08:00
#define PORT_BITMAP 0x030F0F03
2023-08-30 16:21:18 +08:00
extern uint8_t group_id[];
extern uint8_t grp;
extern uint8_t prt;
extern const char * grp_name[];
extern const char * prt_name[];
#define MTOP_GROUP_MAX 4
2024-01-27 08:47:24 +08:00
#define MTOP_PORT_MAX 4
2023-08-30 16:21:18 +08:00
#endif