TV_SAFE_PERIOD_REG Контроллер синхронизации: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 29SAFE_PERIOD_FIFO_NUM Bits 28 : 16R/W 0x0 When the data length in line buffer is more than SAFE_PERIOD_LINE Bits 15 : 4R/W 0x0 Set a fixed line and during the line time,LCD controller allow dram controller Unused Bit 3SAFE_PERIOD_MODE Bits 2 : 0R/W 0x0 Select the save mode Команда U-Boot для чтения регистра md 65151f0 1md 65161f0 1 Bit fields structuretypedef union tv_safe_period_reg { struct { unsigned safe_period_mode : 3; unsigned unused0 : 1; unsigned safe_period_line : 12; unsigned safe_period_fifo_num : 13; unsigned unused1 : 3; } b; unsigned long w; } TV_SAFE_PERIOD_REG |