Unused Bits 31 : 2
TMR1_IRQ_EN Bit 1 R/W 0x0
Timer 1 Interrupt Enable
0: Disable
1: Enable TMR0_IRQ_EN Bit 0 R/W 0x0
Timer 0 Interrupt Enable
0: Disable
1: Enable Команда U-Boot для чтения регистра md 3009000 1
Bit fields structure
typedef union tmr_irq_en_reg
{
struct
{
unsigned tmr0_irq_en : 1;
unsigned tmr1_irq_en : 1;
unsigned unused0 : 30;
} b;
unsigned long w;
} TMR_IRQ_EN_REG
|