pub struct W(_);
Expand description
Register TX_SIM
writer
Implementations§
source§impl W
impl W
sourcepub fn ch0(&mut self) -> CH0_W<'_, 0>
pub fn ch0(&mut self) -> CH0_W<'_, 0>
Bit 0 - Set this bit to enable CHANNEL0 to start sending data synchronously with other enabled channels.
sourcepub fn ch1(&mut self) -> CH1_W<'_, 1>
pub fn ch1(&mut self) -> CH1_W<'_, 1>
Bit 1 - Set this bit to enable CHANNEL1 to start sending data synchronously with other enabled channels.
sourcepub fn ch2(&mut self) -> CH2_W<'_, 2>
pub fn ch2(&mut self) -> CH2_W<'_, 2>
Bit 2 - Set this bit to enable CHANNEL2 to start sending data synchronously with other enabled channels.
sourcepub fn ch3(&mut self) -> CH3_W<'_, 3>
pub fn ch3(&mut self) -> CH3_W<'_, 3>
Bit 3 - Set this bit to enable CHANNEL3 to start sending data synchronously with other enabled channels.
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