[][src]Struct stm32f3::stm32f303::syscfg::cfgr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bits 0:2 - Memory mapping selection bits

pub fn usb_it_rmp(&mut self) -> _USB_IT_RMPW[src]

Bit 5 - USB interrupt remap

pub fn tim1_itr3_rmp(&mut self) -> _TIM1_ITR3_RMPW[src]

Bit 6 - Timer 1 ITR3 selection

pub fn dac_trig_rmp(&mut self) -> _DAC_TRIG_RMPW[src]

Bit 7 - DAC trigger remap (when TSEL = 001)

pub fn adc24_dma_rmp(&mut self) -> _ADC24_DMA_RMPW[src]

Bit 8 - ADC24 DMA remapping bit

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

Bit 11 - TIM16 DMA request remapping bit

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

Bit 12 - TIM17 DMA request remapping bit

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

Bit 13 - TIM6 and DAC1 DMA request remapping bit

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

Bit 14 - TIM7 and DAC2 DMA request remapping bit

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

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

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

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

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

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

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

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

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

Bit 20 - I2C1 Fast Mode Plus

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

Bit 21 - I2C2 Fast Mode Plus

pub fn encoder_mode(&mut self) -> _ENCODER_MODEW[src]

Bits 22:23 - Encoder mode

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

Bits 26:31 - Interrupt enable bits from FPU

pub fn dac2_ch1_dma_rmp(&mut self) -> _DAC2_CH1_DMA_RMPW[src]

Bit 15 - DAC2 channel1 DMA remap

pub fn i2c3_fmp(&mut self) -> _I2C3_FMPW[src]

Bit 24 - I2C3 Fast Mode Plus

Auto Trait Implementations

impl Send for W

impl Sync for W

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