[][src]Struct stm32h7::stm32h743v::syscfg::pmcr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn i2c1fmp(&mut self) -> _I2C1FMPW[src]

Bit 0 - I2C1 Fm+

pub fn i2c2fmp(&mut self) -> _I2C2FMPW[src]

Bit 1 - I2C2 Fm+

pub fn i2c3fmp(&mut self) -> _I2C3FMPW[src]

Bit 2 - I2C3 Fm+

pub fn i2c4fmp(&mut self) -> _I2C4FMPW[src]

Bit 3 - I2C4 Fm+

pub fn pb6fmp(&mut self) -> _PB6FMPW[src]

Bit 4 - PB(6) Fm+

pub fn pb7fmp(&mut self) -> _PB7FMPW[src]

Bit 5 - PB(7) Fast Mode Plus

pub fn pb8fmp(&mut self) -> _PB8FMPW[src]

Bit 6 - PB(8) Fast Mode Plus

pub fn pb9fmp(&mut self) -> _PB9FMPW[src]

Bit 7 - PB(9) Fm+

pub fn booste(&mut self) -> _BOOSTEW[src]

Bit 8 - Booster Enable

pub fn boostvddsel(&mut self) -> _BOOSTVDDSELW[src]

Bit 9 - Analog switch supply voltage selection

pub fn epis(&mut self) -> _EPISW[src]

Bits 21:23 - Ethernet PHY Interface Selection

pub fn pa0so(&mut self) -> _PA0SOW[src]

Bit 24 - PA0 Switch Open

pub fn pa1so(&mut self) -> _PA1SOW[src]

Bit 25 - PA1 Switch Open

pub fn pc2so(&mut self) -> _PC2SOW[src]

Bit 26 - PC2 Switch Open

pub fn pc3so(&mut self) -> _PC3SOW[src]

Bit 27 - PC3 Switch Open

Auto Trait Implementations

impl Unpin for W

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