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