pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn tim8_etr_adc2_rmp(&self) -> TIM8_ETR_ADC2_RMPR
pub fn tim8_etr_adc2_rmp(&self) -> TIM8_ETR_ADC2_RMPR
Bits 0:1 - TIM8_ETR_ADC2 remapping capability
Sourcepub fn tim8_etr_adc3_rmp(&self) -> TIM8_ETR_ADC3_RMPR
pub fn tim8_etr_adc3_rmp(&self) -> TIM8_ETR_ADC3_RMPR
Bits 2:3 - TIM8_ETR_ADC3 remapping capability
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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