CCS规范中的Type 1、Type 2示例及FFD记录详解
1. Type 1和Type 2示例
1.1 示例目的
此示例展示了某些参数限制如何根据CCS寄存器的值取不同的值。目的是阐明Type 1和Type 2(和/或Type 4)如何一起使用,以及块的格式。
1.2 伪代码及实际公式
伪代码如下:
if binning_type == 0x44, then use the Record content (new values for min_frame_length_lines and max_frame_length_lines)实际公式为:
if AND[(AND(register_value_of_0x0901, bitmask1) == 0x44), (AND(register_value_of_0x0901, bitmask2) == 0x00)]: #use the Read-Only Register Record content1.3 通用规则块示例
| Field | Name | Content | Data Type | Value |
|---|