pub struct R(/* private fields */);
Expand description
Register MAPR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn tim15_remap(&self) -> TIM15_REMAP_R
pub fn tim15_remap(&self) -> TIM15_REMAP_R
Bit 0 - TIM15 remapping
Sourcepub fn tim16_remap(&self) -> TIM16_REMAP_R
pub fn tim16_remap(&self) -> TIM16_REMAP_R
Bit 1 - TIM16 remapping
Sourcepub fn tim17_remap(&self) -> TIM17_REMAP_R
pub fn tim17_remap(&self) -> TIM17_REMAP_R
Bit 2 - TIM17 remapping
Sourcepub fn tim13_remap(&self) -> TIM13_REMAP_R
pub fn tim13_remap(&self) -> TIM13_REMAP_R
Bit 8 - TIM13 remapping
Sourcepub fn tim14_remap(&self) -> TIM14_REMAP_R
pub fn tim14_remap(&self) -> TIM14_REMAP_R
Bit 9 - TIM14 remapping
Sourcepub fn fsmc_nadv(&self) -> FSMC_NADV_R
pub fn fsmc_nadv(&self) -> FSMC_NADV_R
Bit 10 - NADV connect/disconnect
Sourcepub fn cec_remap(&self) -> CEC_REMAP_R
pub fn cec_remap(&self) -> CEC_REMAP_R
Bit 3 - CEC remapping
Sourcepub fn tim1_dma_remap(&self) -> TIM1_DMA_REMAP_R
pub fn tim1_dma_remap(&self) -> TIM1_DMA_REMAP_R
Bit 4 - TIM1 DMA remapping
Sourcepub fn tim67_dac_dma_remap(&self) -> TIM67_DAC_DMA_REMAP_R
pub fn tim67_dac_dma_remap(&self) -> TIM67_DAC_DMA_REMAP_R
Bit 11 - TIM67_DAC DMA remapping
Sourcepub fn tim12_remap(&self) -> TIM12_REMAP_R
pub fn tim12_remap(&self) -> TIM12_REMAP_R
Bit 12 - TIM12 remapping
Sourcepub fn misc_remap(&self) -> MISC_REMAP_R
pub fn misc_remap(&self) -> MISC_REMAP_R
Bit 13 - Miscellaneous features remapping
Methods from Deref<Target = R<MAPR2_SPEC>>§
Trait Implementations§
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