
VE_CLK_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 SCLK_GATING Bit 31R/W 0x0 Gating Special Clock Unused Bits 30 : 25CLK_SRC_SEL. Bit 24R/W 0x0 Clock Source Select Unused Bits 23 : 3FACTOR_M Bits 2 : 0R/W 0x0 Factor M.(M= FACTOR_M +1) Команда U-Boot для чтения регистра md 3001690 1Bit fields structure
typedef union ve_clk_reg
{
struct
{
unsigned factor_m : 3;
unsigned unused0 : 21;
unsigned clk_src_sel. : 1;
unsigned unused1 : 6;
unsigned sclk_gating : 1;
} b;
unsigned long w;
} VE_CLK_REG
|
![]() |