PPR Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 PWM_ENTIRE_CYCLE Bits 31 : 16R/W 0x0 Number of the entire cycles in the PWM clock PWM_ACT_CYCLE Bits 15 : 0R/W 0x0 Number of the active cycles in the PWM clock Команда U-Boot для чтения регистра md 6000004300c014 1Bit fields structuretypedef union ppr { struct { unsigned pwm_act_cycle : 16; unsigned pwm_entire_cycle : 16; } b; unsigned long w; } PPR |