PH_PULL0 Контроллер портов ввода-вывода (GPIO): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 22PH10_PULL Bits 21 : 20R/W 0x0 PH10 Pull-up/down Select PH9_PULL Bits 19 : 18R/W 0x0 PH9 Pull-up/down Select PH8_PULL Bits 17 : 16R/W 0x0 PH8 Pull-up/down Select PH7_PULL Bits 15 : 14R/W 0x0 PH7 Pull-up/down Select PH6_PULL Bits 13 : 12R/W 0x0 PH6 Pull-up/down Select PH5_PULL Bits 11 : 10R/W 0x0 PH5 Pull-up/down Select PH4_PULL Bits 9 : 8R/W 0x0 PH4 Pull-up/down Select PH3_PULL Bits 7 : 6R/W 0x1 PH3 Pull-up/down Select PH2_PULL Bits 5 : 4R/W 0x1 PH2 Pull-up/down Select PH1_PULL Bits 3 : 2R/W 0x0 PH1 Pull-up/down Select PH0_PULL Bits 1 : 0R/W 0x0 PH0 Pull-up/down Select Команда U-Boot для чтения регистра md 300b118 1Bit fields structuretypedef union ph_pull0 { struct { unsigned ph0_pull : 2; unsigned ph1_pull : 2; unsigned ph2_pull : 2; unsigned ph3_pull : 2; unsigned ph4_pull : 2; unsigned ph5_pull : 2; unsigned ph6_pull : 2; unsigned ph7_pull : 2; unsigned ph8_pull : 2; unsigned ph9_pull : 2; unsigned ph10_pull : 2; unsigned unused0 : 10; } b; unsigned long w; } PH_PULL0 |
![]() |