[−][src]Struct stm32f4xx_hal::stm32::rcc::ahb1enr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn otghsulpien(&self) -> OTGHSULPIENR[src]
Bit 30 - USB OTG HSULPI clock enable
pub fn otghsen(&self) -> OTGHSULPIENR[src]
Bit 29 - USB OTG HS clock enable
pub fn ethmacptpen(&self) -> OTGHSULPIENR[src]
Bit 28 - Ethernet PTP clock enable
pub fn ethmacrxen(&self) -> OTGHSULPIENR[src]
Bit 27 - Ethernet Reception clock enable
pub fn ethmactxen(&self) -> OTGHSULPIENR[src]
Bit 26 - Ethernet Transmission clock enable
pub fn ethmacen(&self) -> OTGHSULPIENR[src]
Bit 25 - Ethernet MAC clock enable
pub fn dma2en(&self) -> OTGHSULPIENR[src]
Bit 22 - DMA2 clock enable
pub fn dma1en(&self) -> OTGHSULPIENR[src]
Bit 21 - DMA1 clock enable
pub fn ccmdataramen(&self) -> OTGHSULPIENR[src]
Bit 20 - CCM data RAM clock enable
pub fn bkpsramen(&self) -> OTGHSULPIENR[src]
Bit 18 - Backup SRAM interface clock enable
pub fn crcen(&self) -> OTGHSULPIENR[src]
Bit 12 - CRC clock enable
pub fn gpioien(&self) -> OTGHSULPIENR[src]
Bit 8 - IO port I clock enable
pub fn gpiohen(&self) -> OTGHSULPIENR[src]
Bit 7 - IO port H clock enable
pub fn gpiogen(&self) -> OTGHSULPIENR[src]
Bit 6 - IO port G clock enable
pub fn gpiofen(&self) -> OTGHSULPIENR[src]
Bit 5 - IO port F clock enable
pub fn gpioeen(&self) -> OTGHSULPIENR[src]
Bit 4 - IO port E clock enable
pub fn gpioden(&self) -> OTGHSULPIENR[src]
Bit 3 - IO port D clock enable
pub fn gpiocen(&self) -> OTGHSULPIENR[src]
Bit 2 - IO port C clock enable
pub fn gpioben(&self) -> OTGHSULPIENR[src]
Bit 1 - IO port B clock enable
pub fn gpioaen(&self) -> OTGHSULPIENR[src]
Bit 0 - IO port A clock enable
pub fn dma2den(&self) -> OTGHSULPIENR[src]
Bit 23 - DMA2D clock enable
pub fn gpiojen(&self) -> OTGHSULPIENR[src]
Bit 9 - IO port J clock enable
pub fn gpioken(&self) -> OTGHSULPIENR[src]
Bit 10 - IO port K clock enable
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self