[][src]Struct stm32f0xx_hal::stm32::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 W[src]

Writes raw bits to the register

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

Bits 0:1 - Memory mapping selection bits

pub fn adc_dma_rmp(&mut self) -> _ADC_DMA_RMPW[src]

Bit 8 - ADC DMA remapping bit

pub fn usart1_tx_dma_rmp(&mut self) -> _USART1_TX_DMA_RMPW[src]

Bit 9 - USART1_TX DMA remapping bit

pub fn usart1_rx_dma_rmp(&mut self) -> _USART1_RX_DMA_RMPW[src]

Bit 10 - USART1_RX DMA request 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 i2c_pb6_fmp(&mut self) -> _I2C_PB6_FMPW[src]

Bit 16 - Fast Mode Plus (FM plus) 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 - FM+ driving capability activation for I2C1

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

Bit 21 - FM+ driving capability activation for I2C2

pub fn spi2_dma_rmp(&mut self) -> _SPI2_DMA_RMPW[src]

Bit 24 - SPI2 DMA request remapping bit

pub fn usart2_dma_rmp(&mut self) -> _USART2_DMA_RMPW[src]

Bit 25 - USART2 DMA request remapping bit

pub fn usart3_dma_rmp(&mut self) -> _USART3_DMA_RMPW[src]

Bit 26 - USART3 DMA request remapping bit

pub fn i2c1_dma_rmp(&mut self) -> _I2C1_DMA_RMPW[src]

Bit 27 - I2C1 DMA request remapping bit

pub fn tim1_dma_rmp(&mut self) -> _TIM1_DMA_RMPW[src]

Bit 28 - TIM1 DMA request remapping bit

pub fn tim2_dma_rmp(&mut self) -> _TIM2_DMA_RMPW[src]

Bit 29 - TIM2 DMA request remapping bit

pub fn tim3_dma_rmp(&mut self) -> _TIM3_DMA_RMPW[src]

Bit 30 - TIM3 DMA request remapping bit

pub fn ir_mod(&mut self) -> _IR_MODW[src]

Bits 6:7 - IR Modulation Envelope signal selection

pub fn tim16_dma_rmp2(&mut self) -> _TIM16_DMA_RMP2W[src]

Bit 13 - TIM16 alternate DMA request remapping bit

pub fn tim17_dma_rmp2(&mut self) -> _TIM17_DMA_RMP2W[src]

Bit 14 - TIM17 alternate DMA request remapping bit

pub fn pa11_pa12_rmp(&mut self) -> _PA11_PA12_RMPW[src]

Bit 4 - PA11 and PA12 remapping bit for small packages (28 and 20 pins)

pub fn i2c_pa9_fmp(&mut self) -> _I2C_PA9_FMPW[src]

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

pub fn i2c_pa10_fmp(&mut self) -> _I2C_PA10_FMPW[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self