添加了:HEAD
表
AdcButtonConfig
在 fuchsia.buttons/metadata.fidl 中定义
模拟转数字转换器按钮
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
channel_idx |
uint32
|
读取按钮值的 ADC 通道索引。 |
2 |
release_threshold |
uint32
|
如果 press_threshold <= value <= release_threshold,则按下按钮。否则,未按下。 |
3 |
press_threshold |
uint32
|
按钮
在 fuchsia.buttons/metadata.fidl 中定义
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
types |
vector<fuchsia.input.report/ConsumerControlButton>
|
按钮类型。一个按钮可能会影响多项功能,因而具有多项功能。例如,将摄像头和麦克风静音的隐私开关可以映射到 fuchsia.input.report.ConsumerControlButton.MIC_MUTE 和 CAMERA_DISABLE 的组合。 |
2 |
button_config |
ButtonConfig
|
按钮配置 |
元数据
在 fuchsia.buttons/metadata.fidl 中定义
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
polling_rate_usec |
uint32
|
微控制器中的轮询速率(如果存在)。 |
2 |
buttons |
vector<Button>
|
按钮。 |
联合
ButtonConfig 灵活
在 fuchsia.buttons/metadata.fidl 中定义
序数 | 变体 | 类型 | 说明 |
---|---|---|---|
1 |
adc |
AdcButtonConfig
|
ADC 按钮。 |