pub struct W(_);
Expand description
Register CLK_GATE
writer
Implementations§
source§impl 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§
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