pub struct W(_);
Expand description
Register TX_SIM
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_sim_ch0(&mut self) -> TX_SIM_CH0_W<'_, 0>
pub fn tx_sim_ch0(&mut self) -> TX_SIM_CH0_W<'_, 0>
Bit 0 - reg_rmt_tx_sim_ch0.
sourcepub fn tx_sim_ch1(&mut self) -> TX_SIM_CH1_W<'_, 1>
pub fn tx_sim_ch1(&mut self) -> TX_SIM_CH1_W<'_, 1>
Bit 1 - reg_rmt_tx_sim_ch1.
sourcepub fn tx_sim_en(&mut self) -> TX_SIM_EN_W<'_, 2>
pub fn tx_sim_en(&mut self) -> TX_SIM_EN_W<'_, 2>
Bit 2 - reg_rmt_tx_sim_en.
Methods from Deref<Target = W<TX_SIM_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