[][src]Struct stm32g0::stm32g0x1::syscfg_vrefbuf::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 i2c_pax_fmp(&mut self) -> _I2C_PAX_FMPW[src]

Bits 22:23 - Fast Mode Plus (FM+) driving capability activation bits

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

Bit 21 - FM+ driving capability activation for I2C2

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

Bit 20 - FM+ driving capability activation for I2C1

pub fn i2c_pbx_fmp(&mut self) -> _I2C_PBX_FMPW[src]

Bits 16:19 - Fast Mode Plus (FM+) driving capability activation bits

pub fn ucpd2_strobe(&mut self) -> _UCPD2_STROBEW[src]

Bit 10 - Strobe signal bit for UCPD2

pub fn ucpd1_strobe(&mut self) -> _UCPD1_STROBEW[src]

Bit 9 - Strobe signal bit for UCPD1

pub fn boosten(&mut self) -> _BOOSTENW[src]

Bit 8 - I/O analog switch voltage booster enable

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

Bits 6:7 - IR Modulation Envelope signal selection.

pub fn ir_pol(&mut self) -> _IR_POLW[src]

Bit 5 - IR output polarity selection

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

Bit 4 - PA11 and PA12 remapping bit.

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

Bits 0:1 - Memory mapping selection bits

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