pub struct R(_);
Expand description
Register TX_SIM
reader
Implementations
sourceimpl R
impl R
sourcepub fn rmt_tx_sim_ch0(&self) -> RMT_TX_SIM_CH0_R
pub fn rmt_tx_sim_ch0(&self) -> RMT_TX_SIM_CH0_R
Bit 0 - reg_rmt_tx_sim_ch0.
sourcepub fn rmt_tx_sim_ch1(&self) -> RMT_TX_SIM_CH1_R
pub fn rmt_tx_sim_ch1(&self) -> RMT_TX_SIM_CH1_R
Bit 1 - reg_rmt_tx_sim_ch1.
sourcepub fn rmt_tx_sim_en(&self) -> RMT_TX_SIM_EN_R
pub fn rmt_tx_sim_en(&self) -> RMT_TX_SIM_EN_R
Bit 2 - reg_rmt_tx_sim_en.
Methods from Deref<Target = R<TX_SIM_SPEC>>
Trait Implementations
sourceimpl From<R<TX_SIM_SPEC>> for R
impl From<R<TX_SIM_SPEC>> for R
sourcefn from(reader: R<TX_SIM_SPEC>) -> Self
fn from(reader: R<TX_SIM_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more