[]Struct nucleo_f042k6::syscfg_comp::syscfg_cfgr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn mem_mode(&self) -> MEM_MODER

Bits 0:1 - Memory mapping selection bits

pub fn adc_dma_rmp(&self) -> ADC_DMA_RMPR

Bit 8 - ADC DMA remapping bit

pub fn usart1_tx_dma_rmp(&self) -> USART1_TX_DMA_RMPR

Bit 9 - USART1_TX DMA remapping bit

pub fn usart1_rx_dma_rmp(&self) -> USART1_RX_DMA_RMPR

Bit 10 - USART1_RX DMA request remapping bit

pub fn tim16_dma_rmp(&self) -> TIM16_DMA_RMPR

Bit 11 - TIM16 DMA request remapping bit

pub fn tim17_dma_rmp(&self) -> TIM17_DMA_RMPR

Bit 12 - TIM17 DMA request remapping bit

pub fn i2c_pb6_fm(&self) -> I2C_PB6_FMR

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

pub fn i2c_pb7_fm(&self) -> I2C_PB7_FMR

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

pub fn i2c_pb8_fm(&self) -> I2C_PB8_FMR

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

pub fn i2c_pb9_fm(&self) -> I2C_PB9_FMR

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

pub fn i2c1_fm_plus(&self) -> I2C1_FM_PLUSR

Bit 20 - FM+ driving capability activation for I2C1

pub fn i2c2_fm_plus(&self) -> I2C2_FM_PLUSR

Bit 21 - FM+ driving capability activation for I2C2

pub fn spi2_dma_rmp(&self) -> SPI2_DMA_RMPR

Bit 24 - SPI2 DMA request remapping bit

pub fn usart2_dma_rmp(&self) -> USART2_DMA_RMPR

Bit 25 - USART2 DMA request remapping bit

pub fn usart3_dma_rmp(&self) -> USART3_DMA_RMPR

Bit 26 - USART3 DMA request remapping bit

pub fn i2c1_dma_rmp(&self) -> I2C1_DMA_RMPR

Bit 27 - I2C1 DMA request remapping bit

pub fn tim1_dma_rmp(&self) -> TIM1_DMA_RMPR

Bit 28 - TIM1 DMA request remapping bit

pub fn tim2_dma_rmp(&self) -> TIM2_DMA_RMPR

Bit 29 - TIM2 DMA request remapping bit

pub fn tim3_dma_rmp(&self) -> TIM3_DMA_RMPR

Bit 30 - TIM3 DMA request remapping bit

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]