---
title: hi_isp_awb_sensor_register
description: "定义sensor注册结构体。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0080.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0080.html
indexId: 064a65c93cef6ebd1d0c52e8545397258d552565bd39da12650d21cd8f3a4d0d65
---
# hi_isp_awb_sensor_register

#### 说明

定义sensor注册结构体。


#### 定义

```
typedef struct {
hi_isp_awb_sensor_exp_func
sns_exp;
} hi_isp_awb_sensor_register;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| sns\_exp | sensor注册的回调函数结构体。 |
