pub struct R(_);
Expand description
Register CLK_OUT_EN
reader
Implementations
sourceimpl R
impl R
sourcepub fn clk20_oen(&self) -> CLK20_OEN_R
pub fn clk20_oen(&self) -> CLK20_OEN_R
Bit 0 - reg_clk20_oen
sourcepub fn clk22_oen(&self) -> CLK22_OEN_R
pub fn clk22_oen(&self) -> CLK22_OEN_R
Bit 1 - reg_clk22_oen
sourcepub fn clk44_oen(&self) -> CLK44_OEN_R
pub fn clk44_oen(&self) -> CLK44_OEN_R
Bit 2 - reg_clk44_oen
sourcepub fn clk_bb_oen(&self) -> CLK_BB_OEN_R
pub fn clk_bb_oen(&self) -> CLK_BB_OEN_R
Bit 3 - reg_clk_bb_oen
sourcepub fn clk80_oen(&self) -> CLK80_OEN_R
pub fn clk80_oen(&self) -> CLK80_OEN_R
Bit 4 - reg_clk80_oen
sourcepub fn clk160_oen(&self) -> CLK160_OEN_R
pub fn clk160_oen(&self) -> CLK160_OEN_R
Bit 5 - reg_clk160_oen
sourcepub fn clk_320m_oen(&self) -> CLK_320M_OEN_R
pub fn clk_320m_oen(&self) -> CLK_320M_OEN_R
Bit 6 - reg_clk_320m_oen
sourcepub fn clk_adc_inf_oen(&self) -> CLK_ADC_INF_OEN_R
pub fn clk_adc_inf_oen(&self) -> CLK_ADC_INF_OEN_R
Bit 7 - reg_clk_adc_inf_oen
sourcepub fn clk_dac_cpu_oen(&self) -> CLK_DAC_CPU_OEN_R
pub fn clk_dac_cpu_oen(&self) -> CLK_DAC_CPU_OEN_R
Bit 8 - reg_clk_dac_cpu_oen
sourcepub fn clk40x_bb_oen(&self) -> CLK40X_BB_OEN_R
pub fn clk40x_bb_oen(&self) -> CLK40X_BB_OEN_R
Bit 9 - reg_clk40x_bb_oen
sourcepub fn clk_xtal_oen(&self) -> CLK_XTAL_OEN_R
pub fn clk_xtal_oen(&self) -> CLK_XTAL_OEN_R
Bit 10 - reg_clk_xtal_oen
Methods from Deref<Target = R<CLK_OUT_EN_SPEC>>
Trait Implementations
sourceimpl From<R<CLK_OUT_EN_SPEC>> for R
impl From<R<CLK_OUT_EN_SPEC>> for R
sourcefn from(reader: R<CLK_OUT_EN_SPEC>) -> Self
fn from(reader: R<CLK_OUT_EN_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more