[][src]Struct stm32h7::stm32h743v::rcc::d3amr::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 bdmaamen(&self) -> BDMAAMENR[src]

Bit 0 - BDMA and DMAMUX Autonomous mode enable

pub fn lpuart1amen(&self) -> LPUART1AMENR[src]

Bit 3 - LPUART1 Autonomous mode enable

pub fn spi6amen(&self) -> SPI6AMENR[src]

Bit 5 - SPI6 Autonomous mode enable

pub fn i2c4amen(&self) -> I2C4AMENR[src]

Bit 7 - I2C4 Autonomous mode enable

pub fn lptim2amen(&self) -> LPTIM2AMENR[src]

Bit 9 - LPTIM2 Autonomous mode enable

pub fn lptim3amen(&self) -> LPTIM3AMENR[src]

Bit 10 - LPTIM3 Autonomous mode enable

pub fn lptim4amen(&self) -> LPTIM4AMENR[src]

Bit 11 - LPTIM4 Autonomous mode enable

pub fn lptim5amen(&self) -> LPTIM5AMENR[src]

Bit 12 - LPTIM5 Autonomous mode enable

pub fn comp12amen(&self) -> COMP12AMENR[src]

Bit 14 - COMP12 Autonomous mode enable

pub fn vrefamen(&self) -> VREFAMENR[src]

Bit 15 - VREF Autonomous mode enable

pub fn rtcamen(&self) -> RTCAMENR[src]

Bit 16 - RTC Autonomous mode enable

pub fn crcamen(&self) -> CRCAMENR[src]

Bit 19 - CRC Autonomous mode enable

pub fn sai4amen(&self) -> SAI4AMENR[src]

Bit 21 - SAI4 Autonomous mode enable

pub fn adc3amen(&self) -> ADC3AMENR[src]

Bit 24 - ADC3 Autonomous mode enable

pub fn bkpramamen(&self) -> BKPRAMAMENR[src]

Bit 28 - Backup RAM Autonomous mode enable

pub fn sram4amen(&self) -> SRAM4AMENR[src]

Bit 29 - SRAM4 Autonomous mode enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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