[][src]Struct stm32f3::stm32f373::syscfg::cfgr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn mem_mode(&self) -> MEM_MODER[src]

Bits 0:1 - Memory mapping selection bits

pub fn tim16_dma_rmp(&self) -> TIM16_DMA_RMPR[src]

Bit 11 - TIM16 DMA request remapping bit

pub fn tim17_dma_rmp(&self) -> TIM17_DMA_RMPR[src]

Bit 12 - TIM17 DMA request remapping bit

pub fn tim6_dac1_dma_rmp(&self) -> TIM6_DAC1_DMA_RMPR[src]

Bit 13 - TIM6 and DAC1 DMA request remapping bit

pub fn tim7_dac2_dma_rmp(&self) -> TIM7_DAC2_DMA_RMPR[src]

Bit 14 - TIM7 and DAC2 DMA request remapping bit

pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMPR[src]

Bit 16 - Fast Mode Plus (FM+) driving capability activation bits.

pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMPR[src]

Bit 17 - Fast Mode Plus (FM+) driving capability activation bits.

pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMPR[src]

Bit 18 - Fast Mode Plus (FM+) driving capability activation bits.

pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMPR[src]

Bit 19 - Fast Mode Plus (FM+) driving capability activation bits.

pub fn i2c1_fmp(&self) -> I2C1_FMPR[src]

Bit 20 - I2C1 Fast Mode Plus

pub fn i2c2_fmp(&self) -> I2C2_FMPR[src]

Bit 21 - I2C2 Fast Mode Plus

pub fn fpu_ie(&self) -> FPU_IER[src]

Bits 26:31 - Interrupt enable bits from FPU

pub fn vbat_mon(&self) -> VBAT_MONR[src]

Bit 24 - VBAT monitoring enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self