
GPU_CLK1_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 PLL_PERI_BAK_CLK_GATING Bit 31R/W 0x0 Gating Special Clock Unused Bits 30 : 2FACTOR_M Bits 1 : 0R/W 0x0 Factor M.(M= FACTOR_M +1) Команда U-Boot для чтения регистра md 3001674 1Bit fields structure
typedef union gpu_clk1_reg
{
struct
{
unsigned factor_m : 2;
unsigned unused0 : 29;
unsigned pll_peri_bak_clk_gating : 1;
} b;
unsigned long w;
} GPU_CLK1_REG
|
![]() |