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 flitfrst(&mut self) -> _FLITFRSTW<'_>
pub fn flitfrst(&mut self) -> _FLITFRSTW<'_>
Bit 15 - FLITF reset
Sourcepub fn gpiogrst(&mut self) -> _GPIOGRSTW<'_>
pub fn gpiogrst(&mut self) -> _GPIOGRSTW<'_>
Bit 7 - IO port G reset
Sourcepub fn gpiofrst(&mut self) -> _GPIOFRSTW<'_>
pub fn gpiofrst(&mut self) -> _GPIOFRSTW<'_>
Bit 6 - IO port F reset
Sourcepub fn gpiohrst(&mut self) -> _GPIOHRSTW<'_>
pub fn gpiohrst(&mut self) -> _GPIOHRSTW<'_>
Bit 5 - IO port H 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