
24M_27M_CLK_OUTPUT_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 27M_CLK_OUTPUT_EN Bit 31R/W 0x0 27M Clock Output enable 24M_27M_SEL Bit 30R/w 0x0 0:27M Unused Bits 29 : 2DIV_SEL Bits 1 : 0R/W 0x0 00:Div2 Команда U-Boot для чтения регистра md 3001f20 1Bit fields structure
typedef union 24m_27m_clk_output_reg
{
struct
{
unsigned div_sel : 2;
unsigned unused0 : 28;
unsigned 24m_27m_sel : 1;
unsigned 27m_clk_output_en : 1;
} b;
unsigned long w;
} 24M_27M_CLK_OUTPUT_REG
|
![]() |