Struct esp32c6::pcr::parl_clk_tx_conf::W
source · pub struct W(_);
Expand description
Register PARL_CLK_TX_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn parl_clk_tx_div_num(&mut self) -> PARL_CLK_TX_DIV_NUM_W<'_, 0>
pub fn parl_clk_tx_div_num(&mut self) -> PARL_CLK_TX_DIV_NUM_W<'_, 0>
Bits 0:15 - The integral part of the frequency divider factor of the parl tx clock.
sourcepub fn parl_clk_tx_sel(&mut self) -> PARL_CLK_TX_SEL_W<'_, 16>
pub fn parl_clk_tx_sel(&mut self) -> PARL_CLK_TX_SEL_W<'_, 16>
Bits 16:17 - set this field to select clock-source. 0(default): XTAL, 1: 240MHz, 2: FOSC, 3: user clock from pad.
sourcepub fn parl_clk_tx_en(&mut self) -> PARL_CLK_TX_EN_W<'_, 18>
pub fn parl_clk_tx_en(&mut self) -> PARL_CLK_TX_EN_W<'_, 18>
Bit 18 - Set 1 to enable parl tx clock
sourcepub fn parl_tx_rst_en(&mut self) -> PARL_TX_RST_EN_W<'_, 19>
pub fn parl_tx_rst_en(&mut self) -> PARL_TX_RST_EN_W<'_, 19>
Bit 19 - Set 0 to reset parl tx module
Methods from Deref<Target = W<PARL_CLK_TX_CONF_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