pub struct R(_);
Expand description
Register AHB1ENR
reader
Implementations
sourceimpl R
impl R
sourcepub fn otghsulpien(&self) -> OTGHSULPIEN_R
pub fn otghsulpien(&self) -> OTGHSULPIEN_R
Bit 30 - USB OTG HSULPI clock enable
sourcepub fn ethmacptpen(&self) -> ETHMACPTPEN_R
pub fn ethmacptpen(&self) -> ETHMACPTPEN_R
Bit 28 - Ethernet PTP clock enable
sourcepub fn ethmacrxen(&self) -> ETHMACRXEN_R
pub fn ethmacrxen(&self) -> ETHMACRXEN_R
Bit 27 - Ethernet Reception clock enable
sourcepub fn ethmactxen(&self) -> ETHMACTXEN_R
pub fn ethmactxen(&self) -> ETHMACTXEN_R
Bit 26 - Ethernet Transmission clock enable
sourcepub fn ethmacen(&self) -> ETHMACEN_R
pub fn ethmacen(&self) -> ETHMACEN_R
Bit 25 - Ethernet MAC clock enable
sourcepub fn bkpsramen(&self) -> BKPSRAMEN_R
pub fn bkpsramen(&self) -> BKPSRAMEN_R
Bit 18 - Backup SRAM interface clock enable
Methods from Deref<Target = R<AHB1ENR_SPEC>>
Trait Implementations
sourceimpl From<R<AHB1ENR_SPEC>> for R
impl From<R<AHB1ENR_SPEC>> for R
sourcefn from(reader: R<AHB1ENR_SPEC>) -> Self
fn from(reader: R<AHB1ENR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more