[][src]Struct stm32l0xx_hal::device::syscfg::cfgr2::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 13 - I2C2 Fm+ drive capability enable bit

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

Bit 12 - I2C1 Fm+ drive capability enable bit

pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMPR[src]

Bit 11 - Fm+ drive capability on PB9 enable bit

pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMPR[src]

Bit 10 - Fm+ drive capability on PB8 enable bit

pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMPR[src]

Bit 9 - Fm+ drive capability on PB7 enable bit

pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMPR[src]

Bit 8 - Fm+ drive capability on PB6 enable bit

pub fn i2c3_fmp(&self) -> I2C3_FMPR[src]

Bit 14 - I2C3 Fm+ drive capability enable bit

pub fn fwdis(&self) -> FWDISR[src]

Bit 0 - Firewall disable bit

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

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