
AUDIO_HUB_CLK_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 SCLK_GATING Bit 31R/W 0x0 Gating Special Clock Unused Bits 30 : 26CLK_SRC_SEL Bits 25 : 24R/W 0x0 Clock Source Select Unused Bits 23 : 10FACTOR_N Bits 9 : 8R/W 0x0 Factor N Unused Bits 7 : 0Команда U-Boot для чтения регистра md 3001a60 1Bit fields structure
typedef union audio_hub_clk_reg
{
struct
{
unsigned unused0 : 8;
unsigned factor_n : 2;
unsigned unused1 : 14;
unsigned clk_src_sel : 2;
unsigned unused2 : 5;
unsigned sclk_gating : 1;
} b;
unsigned long w;
} AUDIO_HUB_CLK_REG
|
![]() |