Struct esp32c3::apb_ctrl::clk_out_en::W
source · pub struct W(_);
Expand description
Register CLK_OUT_EN
writer
Implementations§
source§impl W
impl W
sourcepub fn clk20_oen(&mut self) -> CLK20_OEN_W<'_, 0>
pub fn clk20_oen(&mut self) -> CLK20_OEN_W<'_, 0>
Bit 0 - reg_clk20_oen
sourcepub fn clk22_oen(&mut self) -> CLK22_OEN_W<'_, 1>
pub fn clk22_oen(&mut self) -> CLK22_OEN_W<'_, 1>
Bit 1 - reg_clk22_oen
sourcepub fn clk44_oen(&mut self) -> CLK44_OEN_W<'_, 2>
pub fn clk44_oen(&mut self) -> CLK44_OEN_W<'_, 2>
Bit 2 - reg_clk44_oen
sourcepub fn clk_bb_oen(&mut self) -> CLK_BB_OEN_W<'_, 3>
pub fn clk_bb_oen(&mut self) -> CLK_BB_OEN_W<'_, 3>
Bit 3 - reg_clk_bb_oen
sourcepub fn clk80_oen(&mut self) -> CLK80_OEN_W<'_, 4>
pub fn clk80_oen(&mut self) -> CLK80_OEN_W<'_, 4>
Bit 4 - reg_clk80_oen
sourcepub fn clk160_oen(&mut self) -> CLK160_OEN_W<'_, 5>
pub fn clk160_oen(&mut self) -> CLK160_OEN_W<'_, 5>
Bit 5 - reg_clk160_oen
sourcepub fn clk_320m_oen(&mut self) -> CLK_320M_OEN_W<'_, 6>
pub fn clk_320m_oen(&mut self) -> CLK_320M_OEN_W<'_, 6>
Bit 6 - reg_clk_320m_oen
sourcepub fn clk_adc_inf_oen(&mut self) -> CLK_ADC_INF_OEN_W<'_, 7>
pub fn clk_adc_inf_oen(&mut self) -> CLK_ADC_INF_OEN_W<'_, 7>
Bit 7 - reg_clk_adc_inf_oen
sourcepub fn clk_dac_cpu_oen(&mut self) -> CLK_DAC_CPU_OEN_W<'_, 8>
pub fn clk_dac_cpu_oen(&mut self) -> CLK_DAC_CPU_OEN_W<'_, 8>
Bit 8 - reg_clk_dac_cpu_oen
sourcepub fn clk40x_bb_oen(&mut self) -> CLK40X_BB_OEN_W<'_, 9>
pub fn clk40x_bb_oen(&mut self) -> CLK40X_BB_OEN_W<'_, 9>
Bit 9 - reg_clk40x_bb_oen
sourcepub fn clk_xtal_oen(&mut self) -> CLK_XTAL_OEN_W<'_, 10>
pub fn clk_xtal_oen(&mut self) -> CLK_XTAL_OEN_W<'_, 10>
Bit 10 - reg_clk_xtal_oen
Methods from Deref<Target = W<CLK_OUT_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more