PL_PULL0 Контроллер портов ввода-вывода (GPIO): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 4PL1_PULL Bits 3 : 2R/W 0x1 PL1 Pull-up/down Select PL0_PULL Bits 1 : 0R/W 0x1 PL0 Pull-up/down Select Команда U-Boot для чтения регистра md 300b01c 1Bit fields structuretypedef union pl_pull0 { struct { unsigned pl0_pull : 2; unsigned pl1_pull : 2; unsigned unused0 : 28; } b; unsigned long w; } PL_PULL0 |