pub struct W(_);
Expand description
Register RMT_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn rmt_clk_en(&mut self) -> RMT_CLK_EN_W<'_, 0>
pub fn rmt_clk_en(&mut self) -> RMT_CLK_EN_W<'_, 0>
Bit 0 - Set 1 to enable rmt apb clock
sourcepub fn rmt_rst_en(&mut self) -> RMT_RST_EN_W<'_, 1>
pub fn rmt_rst_en(&mut self) -> RMT_RST_EN_W<'_, 1>
Bit 1 - Set 0 to reset rmt module
Methods from Deref<Target = W<RMT_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