CER Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 5CAP4_EN Bit 4R/W 0x0 When enable capture function, the 16-bit up-counter starts working and capture channel4 is permitted to capture external falling edge or rising edge. CAP3_EN Bit 3R/W 0x0 When enable capture function, the 16-bit up-counter starts working and CAP2_EN Bit 2R/W 0x0 When enable capture function, the 16-bit up-counter starts working and CAP1_EN Bit 1R/W 0x0 When enable capture function, the 16-bit up-counter starts working and Unused Bit 0Команда U-Boot для чтения регистра md 300a044 1Bit fields structuretypedef union cer { struct { unsigned unused0 : 1; unsigned cap1_en : 1; unsigned cap2_en : 1; unsigned cap3_en : 1; unsigned cap4_en : 1; unsigned unused1 : 27; } b; unsigned long w; } CER |