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 otghsrst(&mut self) -> _OTGHSRSTW<'_>
pub fn otghsrst(&mut self) -> _OTGHSRSTW<'_>
Bit 29 - USB OTG HS module reset
Sourcepub fn ethmacrst(&mut self) -> _ETHMACRSTW<'_>
pub fn ethmacrst(&mut self) -> _ETHMACRSTW<'_>
Bit 25 - Ethernet MAC reset
Sourcepub fn dma2drst(&mut self) -> _DMA2DRSTW<'_>
pub fn dma2drst(&mut self) -> _DMA2DRSTW<'_>
Bit 23 - DMA2D reset
Sourcepub fn gpiokrst(&mut self) -> _GPIOKRSTW<'_>
pub fn gpiokrst(&mut self) -> _GPIOKRSTW<'_>
Bit 10 - IO port K reset
Sourcepub fn gpiojrst(&mut self) -> _GPIOJRSTW<'_>
pub fn gpiojrst(&mut self) -> _GPIOJRSTW<'_>
Bit 9 - IO port J reset
Sourcepub fn gpioirst(&mut self) -> _GPIOIRSTW<'_>
pub fn gpioirst(&mut self) -> _GPIOIRSTW<'_>
Bit 8 - IO port I reset
Sourcepub fn gpiohrst(&mut self) -> _GPIOHRSTW<'_>
pub fn gpiohrst(&mut self) -> _GPIOHRSTW<'_>
Bit 7 - IO port H reset
Sourcepub fn gpiogrst(&mut self) -> _GPIOGRSTW<'_>
pub fn gpiogrst(&mut self) -> _GPIOGRSTW<'_>
Bit 6 - IO port G reset
Sourcepub fn gpiofrst(&mut self) -> _GPIOFRSTW<'_>
pub fn gpiofrst(&mut self) -> _GPIOFRSTW<'_>
Bit 5 - IO port F reset
Sourcepub fn gpioerst(&mut self) -> _GPIOERSTW<'_>
pub fn gpioerst(&mut self) -> _GPIOERSTW<'_>
Bit 4 - IO port E reset
Sourcepub fn gpiodrst(&mut self) -> _GPIODRSTW<'_>
pub fn gpiodrst(&mut self) -> _GPIODRSTW<'_>
Bit 3 - IO port D reset
Sourcepub fn gpiocrst(&mut self) -> _GPIOCRSTW<'_>
pub fn gpiocrst(&mut self) -> _GPIOCRSTW<'_>
Bit 2 - IO port C reset
Sourcepub fn gpiobrst(&mut self) -> _GPIOBRSTW<'_>
pub fn gpiobrst(&mut self) -> _GPIOBRSTW<'_>
Bit 1 - IO port B reset
Sourcepub fn gpioarst(&mut self) -> _GPIOARSTW<'_>
pub fn gpioarst(&mut self) -> _GPIOARSTW<'_>
Bit 0 - IO port A reset
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