PL_DAT Контроллер портов ввода-вывода (GPIO): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 6PL_DAT Bits 5 : 0R/W 0x0 If the port is configured as input, the corresponding bit is the pin state. Команда U-Boot для чтения регистра md 300b010 1Bit fields structuretypedef union pl_dat { struct { unsigned pl_dat : 6; unsigned unused0 : 26; } b; unsigned long w; } PL_DAT |