TV_IO_TRI_REG Контроллер синхронизации: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 28IO3_OUTPUT_TRI_EN Bit 27R/W 0x1 1: Disable IO2_OUTPUT_TRI_EN Bit 26R/W 0x1 1: Disable IO1_OUTPUR_TRI_EN Bit 25R/W 0x1 1: Disable IO0_OUTPUT_TRI_EN Bit 24R/W 0x1 1: Disable Unused Bits 23 : 0Команда U-Boot для чтения регистра md 651508c 1md 651608c 1 Bit fields structuretypedef union tv_io_tri_reg { struct { unsigned unused0 : 24; unsigned io0_output_tri_en : 1; unsigned io1_outpur_tri_en : 1; unsigned io2_output_tri_en : 1; unsigned io3_output_tri_en : 1; unsigned unused1 : 4; } b; unsigned long w; } TV_IO_TRI_REG |