[][src]Struct stm32f3::stm32f303::syscfg_comp_opamp::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:1 - Memory mapping selection bits

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

Bit 5 - USB interrupt remap

pub fn tim1_itr_rmp(&mut self) -> _TIM1_ITR_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_fm(&mut self) -> _I2C_PB6_FMW
[src]

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

pub fn i2c_pb7_fm(&mut self) -> _I2C_PB7_FMW
[src]

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

pub fn i2c_pb8_fm(&mut self) -> _I2C_PB8_FMW
[src]

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

pub fn i2c_pb9_fm(&mut self) -> _I2C_PB9_FMW
[src]

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

pub fn i2c1_fm(&mut self) -> _I2C1_FMW
[src]

Bit 20 - I2C1 Fast Mode Plus

pub fn i2c2_fm(&mut self) -> _I2C2_FMW
[src]

Bit 21 - I2C2 Fast Mode Plus

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

Bits 22:23 - Encoder mode

pub fn fpu_it(&mut self) -> _FPU_ITW
[src]

Bits 26:31 - Interrupt enable bits from FPU

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
    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, 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]