pub struct W(/* private fields */);
Expand description
Register ccu_fan
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn clk_fanout_sel<const O: u8>(&mut self) -> CLK_FANOUT_SEL_W<'_, O>
pub unsafe fn clk_fanout_sel<const O: u8>(&mut self) -> CLK_FANOUT_SEL_W<'_, O>
sourcepub fn clk_fanout0_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 0>
pub fn clk_fanout0_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 0>
Bits 0:2
sourcepub fn clk_fanout1_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 3>
pub fn clk_fanout1_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 3>
Bits 3:5
sourcepub fn clk_fanout2_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 6>
pub fn clk_fanout2_sel(&mut self) -> CLK_FANOUT_SEL_W<'_, 6>
Bits 6:8
sourcepub unsafe fn clk_fanout_en<const O: u8>(&mut self) -> CLK_FANOUT_EN_W<'_, O>
pub unsafe fn clk_fanout_en<const O: u8>(&mut self) -> CLK_FANOUT_EN_W<'_, O>
Gating for CLK_FANOUT
sourcepub fn clk_fanout0_en(&mut self) -> CLK_FANOUT_EN_W<'_, 21>
pub fn clk_fanout0_en(&mut self) -> CLK_FANOUT_EN_W<'_, 21>
Bit 21 - Gating for CLK_FANOUT
sourcepub fn clk_fanout1_en(&mut self) -> CLK_FANOUT_EN_W<'_, 22>
pub fn clk_fanout1_en(&mut self) -> CLK_FANOUT_EN_W<'_, 22>
Bit 22 - Gating for CLK_FANOUT
sourcepub fn clk_fanout2_en(&mut self) -> CLK_FANOUT_EN_W<'_, 23>
pub fn clk_fanout2_en(&mut self) -> CLK_FANOUT_EN_W<'_, 23>
Bit 23 - Gating for CLK_FANOUT
Methods from Deref<Target = W<CCU_FAN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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