Struct esp32c6::modem_lpcon::clk_conf_force_on::W
source · pub struct W(_);
Expand description
Register CLK_CONF_FORCE_ON
writer
Implementations§
source§impl W
impl W
sourcepub fn clk_wifipwr_fo(&mut self) -> CLK_WIFIPWR_FO_W<'_, 0>
pub fn clk_wifipwr_fo(&mut self) -> CLK_WIFIPWR_FO_W<'_, 0>
Bit 0
sourcepub fn clk_coex_fo(&mut self) -> CLK_COEX_FO_W<'_, 1>
pub fn clk_coex_fo(&mut self) -> CLK_COEX_FO_W<'_, 1>
Bit 1
sourcepub fn clk_i2c_mst_fo(&mut self) -> CLK_I2C_MST_FO_W<'_, 2>
pub fn clk_i2c_mst_fo(&mut self) -> CLK_I2C_MST_FO_W<'_, 2>
Bit 2
sourcepub fn clk_lp_timer_fo(&mut self) -> CLK_LP_TIMER_FO_W<'_, 3>
pub fn clk_lp_timer_fo(&mut self) -> CLK_LP_TIMER_FO_W<'_, 3>
Bit 3
sourcepub fn clk_bcmem_fo(&mut self) -> CLK_BCMEM_FO_W<'_, 4>
pub fn clk_bcmem_fo(&mut self) -> CLK_BCMEM_FO_W<'_, 4>
Bit 4
sourcepub fn clk_i2c_mst_mem_fo(&mut self) -> CLK_I2C_MST_MEM_FO_W<'_, 5>
pub fn clk_i2c_mst_mem_fo(&mut self) -> CLK_I2C_MST_MEM_FO_W<'_, 5>
Bit 5
sourcepub fn clk_chan_freq_mem_fo(&mut self) -> CLK_CHAN_FREQ_MEM_FO_W<'_, 6>
pub fn clk_chan_freq_mem_fo(&mut self) -> CLK_CHAN_FREQ_MEM_FO_W<'_, 6>
Bit 6
sourcepub fn clk_pbus_mem_fo(&mut self) -> CLK_PBUS_MEM_FO_W<'_, 7>
pub fn clk_pbus_mem_fo(&mut self) -> CLK_PBUS_MEM_FO_W<'_, 7>
Bit 7
sourcepub fn clk_agc_mem_fo(&mut self) -> CLK_AGC_MEM_FO_W<'_, 8>
pub fn clk_agc_mem_fo(&mut self) -> CLK_AGC_MEM_FO_W<'_, 8>
Bit 8
sourcepub fn clk_dc_mem_fo(&mut self) -> CLK_DC_MEM_FO_W<'_, 9>
pub fn clk_dc_mem_fo(&mut self) -> CLK_DC_MEM_FO_W<'_, 9>
Bit 9
Methods from Deref<Target = W<CLK_CONF_FORCE_ON_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