HS_TMR_IRQ_EN_REG Таймер высокой скорости: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 2HS_TMR1_INT_EN Bit 1R/W1S 0x0 High Speed Timer 1 Interrupt Enable HS_TMR0_INT_EN Bit 0R/W1S 0x0 High Speed Timer 0 Interrupt Enable Команда U-Boot для чтения регистра md 3005000 1Bit fields structuretypedef union hs_tmr_irq_en_reg { struct { unsigned hs_tmr0_int_en : 1; unsigned hs_tmr1_int_en : 1; unsigned unused0 : 30; } b; unsigned long w; } HS_TMR_IRQ_EN_REG |