FRE_DET_CTRL_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 ERROR_FLAG Bit 31R/WAC 0x0 Error Flag Unused Bits 30 : 9DETECT_TIME Bits 8 : 4R/W 0x2 Time=1/32k*(2^RegValue) Unused Bits 3 : 2FRE_DET_IRQ_EN Bit 1R/W 0x0 Frequence Detect IRQ Enable FRE_DET_FUN_EN Bit 0R/W 0x0 Frequence Detect Function Enable Команда U-Boot для чтения регистра md 3001f08 1Bit fields structuretypedef union fre_det_ctrl_reg { struct { unsigned fre_det_fun_en : 1; unsigned fre_det_irq_en : 1; unsigned unused0 : 2; unsigned detect_time : 5; unsigned unused1 : 22; unsigned error_flag : 1; } b; unsigned long w; } FRE_DET_CTRL_REG |
![]() |