PG_PULL1 Контроллер портов ввода-вывода (GPIO): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 8PG19_PULL Bits 7 : 6R/W 0x0 PG19 Pull-up/down Select PG18_PULL Bits 5 : 4R/W 0x0 PG18 Pull-up/down Select PG17_PULL Bits 3 : 2R/W 0x0 PG17 Pull-up/down Select PG16_PULL Bits 1 : 0R/W 0x0 PG16 Pull-up/down Select Команда U-Boot для чтения регистра md 300b0f8 1Bit fields structuretypedef union pg_pull1 { struct { unsigned pg16_pull : 2; unsigned pg17_pull : 2; unsigned pg18_pull : 2; unsigned pg19_pull : 2; unsigned unused0 : 24; } b; unsigned long w; } PG_PULL1 |