[][src]Struct stm32h7::stm32h743v::rcc::c1_ahb4enr::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 gpioaen(&self) -> GPIOAENR[src]

Bit 0 - 0GPIO peripheral clock enable

pub fn gpioben(&self) -> GPIOBENR[src]

Bit 1 - 0GPIO peripheral clock enable

pub fn gpiocen(&self) -> GPIOCENR[src]

Bit 2 - 0GPIO peripheral clock enable

pub fn gpioden(&self) -> GPIODENR[src]

Bit 3 - 0GPIO peripheral clock enable

pub fn gpioeen(&self) -> GPIOEENR[src]

Bit 4 - 0GPIO peripheral clock enable

pub fn gpiofen(&self) -> GPIOFENR[src]

Bit 5 - 0GPIO peripheral clock enable

pub fn gpiogen(&self) -> GPIOGENR[src]

Bit 6 - 0GPIO peripheral clock enable

pub fn gpiohen(&self) -> GPIOHENR[src]

Bit 7 - 0GPIO peripheral clock enable

pub fn gpioien(&self) -> GPIOIENR[src]

Bit 8 - 0GPIO peripheral clock enable

pub fn gpiojen(&self) -> GPIOJENR[src]

Bit 9 - 0GPIO peripheral clock enable

pub fn gpioken(&self) -> GPIOKENR[src]

Bit 10 - 0GPIO peripheral clock enable

pub fn crcen(&self) -> CRCENR[src]

Bit 19 - CRC peripheral clock enable

pub fn bdmaen(&self) -> BDMAENR[src]

Bit 21 - BDMA and DMAMUX2 Clock Enable

pub fn adc3en(&self) -> ADC3ENR[src]

Bit 24 - ADC3 Peripheral Clocks Enable

pub fn hsemen(&self) -> HSEMENR[src]

Bit 25 - HSEM peripheral clock enable

pub fn bkpramen(&self) -> BKPRAMENR[src]

Bit 28 - Backup RAM Clock 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