PI_PULL0 Контроллер портов ввода-вывода (GPIO): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 PI15_PULL Bits 31 : 30R/W 0x0 PI15 Pull-up/down Select PI14_PULL Bits 29 : 28R/W 0x0 PI14 Pull-up/down Select PI13_PULL Bits 27 : 26R/W 0x0 PI13 Pull-up/down Select PI12_PULL Bits 25 : 24R/W 0x0 PI12 Pull-up/down Select PI11_PULL Bits 23 : 22R/W 0x0 PI11 Pull-up/down Select PI10_PULL Bits 21 : 20R/W 0x0 PI10 Pull-up/down Select PI9_PULL Bits 19 : 18R/W 0x0 PI9 Pull-up/down Select PI8_PULL Bits 17 : 16R/W 0x0 PI8 Pull-up/down Select PI7_PULL Bits 15 : 14R/W 0x0 PI7 Pull-up/down Select PI6_PULL Bits 13 : 12R/W 0x0 PI6 Pull-up/down Select PI5_PULL Bits 11 : 10R/W 0x0 PI5 Pull-up/down Select PI4_PULL Bits 9 : 8R/W 0x0 PI4 Pull-up/down Select PI3_PULL Bits 7 : 6R/W 0x0 PI3 Pull-up/down Select PI2_PULL Bits 5 : 4R/W 0x0 PI2 Pull-up/down Select PI1_PULL Bits 3 : 2R/W 0x0 PI1 Pull-up/down Select PI0_PULL Bits 1 : 0R/W 0x0 PI0 Pull-up/down Select Команда U-Boot для чтения регистра md 300b13c 1Bit fields structuretypedef union pi_pull0 { struct { unsigned pi0_pull : 2; unsigned pi1_pull : 2; unsigned pi2_pull : 2; unsigned pi3_pull : 2; unsigned pi4_pull : 2; unsigned pi5_pull : 2; unsigned pi6_pull : 2; unsigned pi7_pull : 2; unsigned pi8_pull : 2; unsigned pi9_pull : 2; unsigned pi10_pull : 2; unsigned pi11_pull : 2; unsigned pi12_pull : 2; unsigned pi13_pull : 2; unsigned pi14_pull : 2; unsigned pi15_pull : 2; } b; unsigned long w; } PI_PULL0 |