pub struct W(_);
Expand description
Register CLK_GATE
writer
Implementations
sourceimpl W
impl W
sourcepub fn mst_clk_active(&mut self) -> MST_CLK_ACTIVE_W<'_, 1>
pub fn mst_clk_active(&mut self) -> MST_CLK_ACTIVE_W<'_, 1>
Bit 1 - Set this bit to power on the SPI module clock.
sourcepub fn mst_clk_sel(&mut self) -> MST_CLK_SEL_W<'_, 2>
pub fn mst_clk_sel(&mut self) -> MST_CLK_SEL_W<'_, 2>
Bit 2 - This bit is used to select SPI module clock source in master mode. 1: PLL_CLK_80M. 0: XTAL CLK.
Methods from Deref<Target = W<CLK_GATE_SPEC>>
Trait Implementations
sourceimpl From<W<CLK_GATE_SPEC>> for W
impl From<W<CLK_GATE_SPEC>> for W
sourcefn from(writer: W<CLK_GATE_SPEC>) -> Self
fn from(writer: W<CLK_GATE_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