pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn otghsulpien(&mut self) -> _OTGHSULPIENW<'_>
pub fn otghsulpien(&mut self) -> _OTGHSULPIENW<'_>
Bit 30 - USB OTG HSULPI clock enable
Sourcepub fn ethmacptpen(&mut self) -> _ETHMACPTPENW<'_>
pub fn ethmacptpen(&mut self) -> _ETHMACPTPENW<'_>
Bit 28 - Ethernet PTP clock enable
Sourcepub fn ethmacrxen(&mut self) -> _ETHMACRXENW<'_>
pub fn ethmacrxen(&mut self) -> _ETHMACRXENW<'_>
Bit 27 - Ethernet Reception clock enable
Sourcepub fn ethmactxen(&mut self) -> _ETHMACTXENW<'_>
pub fn ethmactxen(&mut self) -> _ETHMACTXENW<'_>
Bit 26 - Ethernet Transmission clock enable
Sourcepub fn ethmacen(&mut self) -> _ETHMACENW<'_>
pub fn ethmacen(&mut self) -> _ETHMACENW<'_>
Bit 25 - Ethernet MAC clock enable
Sourcepub fn ccmdataramen(&mut self) -> _CCMDATARAMENW<'_>
pub fn ccmdataramen(&mut self) -> _CCMDATARAMENW<'_>
Bit 20 - CCM data RAM clock enable
Sourcepub fn bkpsramen(&mut self) -> _BKPSRAMENW<'_>
pub fn bkpsramen(&mut self) -> _BKPSRAMENW<'_>
Bit 18 - Backup SRAM interface clock enable
Sourcepub fn dtcmramen(&mut self) -> _DTCMRAMENW<'_>
pub fn dtcmramen(&mut self) -> _DTCMRAMENW<'_>
Bit 20 - DTCM data RAM clock enable
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more