Struct esp32c6::pcr::sysclk_conf::W
source · pub struct W(_);
Expand description
Register SYSCLK_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn soc_clk_sel(&mut self) -> SOC_CLK_SEL_W<'_, 16>
pub fn soc_clk_sel(&mut self) -> SOC_CLK_SEL_W<'_, 16>
Bits 16:17 - This field is used to select clock source. 0: XTAL, 1: SPLL, 2: FOSC, 3: reserved.
Methods from Deref<Target = W<SYSCLK_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