[][src]Struct stm32f3::stm32f3x8::syscfg::cfgr4::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 adc12_ext2_rmp(&mut self) -> _ADC12_EXT2_RMPW[src]

Bit 0 - Controls the Input trigger of ADC12 regular channel EXT2

pub fn adc12_ext3_rmp(&mut self) -> _ADC12_EXT3_RMPW[src]

Bit 1 - Controls the Input trigger of ADC12 regular channel EXT3

pub fn adc12_ext5_rmp(&mut self) -> _ADC12_EXT5_RMPW[src]

Bit 2 - Controls the Input trigger of ADC12 regular channel EXT5

pub fn adc12_ext13_rmp(&mut self) -> _ADC12_EXT13_RMPW[src]

Bit 3 - Controls the Input trigger of ADC12 regular channel EXT13

pub fn adc12_ext15_rmp(&mut self) -> _ADC12_EXT15_RMPW[src]

Bit 4 - Controls the Input trigger of ADC12 regular channel EXT15

pub fn adc12_jext3_rmp(&mut self) -> _ADC12_JEXT3_RMPW[src]

Bit 5 - Controls the Input trigger of ADC12 injected channel JEXT3

pub fn adc12_jext6_rmp(&mut self) -> _ADC12_JEXT6_RMPW[src]

Bit 6 - Controls the Input trigger of ADC12 injected channel JEXT6

pub fn adc12_jext13_rmp(&mut self) -> _ADC12_JEXT13_RMPW[src]

Bit 7 - Controls the Input trigger of ADC12 injected channel JEXT13

pub fn adc34_ext5_rmp(&mut self) -> _ADC34_EXT5_RMPW[src]

Bit 8 - Controls the Input trigger of ADC34 regular channel EXT5

pub fn adc34_ext6_rmp(&mut self) -> _ADC34_EXT6_RMPW[src]

Bit 9 - Controls the Input trigger of ADC34 regular channel EXT6

pub fn adc34_ext15_rmp(&mut self) -> _ADC34_EXT15_RMPW[src]

Bit 10 - Controls the Input trigger of ADC34 regular channel EXT15

pub fn adc34_jext5_rmp(&mut self) -> _ADC34_JEXT5_RMPW[src]

Bit 11 - Controls the Input trigger of ADC34 injected channel JEXT5

pub fn adc34_jext11_rmp(&mut self) -> _ADC34_JEXT11_RMPW[src]

Bit 12 - Controls the Input trigger of ADC34 injected channel JEXT11

pub fn adc34_jext14_rmp(&mut self) -> _ADC34_JEXT14_RMPW[src]

Bit 13 - Controls the Input trigger of ADC34 injected channel JEXT14

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