---
title: hi_isp_sns_commbus
description: "定义与Sensor绑定的设备号信息。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0058.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0058.html
indexId: 84eca624fff612ab1ed88c9fc95919fa4e1a785a2d40cb41f3858d3a43d8b09f65
---
# hi_isp_sns_commbus

#### 说明

定义与Sensor绑定的设备号信息。


#### 定义

```
typedef union {
hi_s8
i2c_dev;
struct {
hi_s8
bit4_ssp_dev       : 4;
hi_s8
bit4_ssp_cs        : 4;
} ssp_dev;
} hi_isp_sns_commbus;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| i2c\_dev | Sensor绑定的I2C设备号。 |
| bit4\_ssp\_dev | Sensor绑定的SPI设备号。 |
| bit4\_ssp\_cs | Sensor绑定的SPI片选信号。 |
