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 gpiopgen(&mut self) -> _GPIOPGENW<'_>
pub fn gpiopgen(&mut self) -> _GPIOPGENW<'_>
Bit 7 - IO port G clock enable
Sourcepub fn gpiopfen(&mut self) -> _GPIOPFENW<'_>
pub fn gpiopfen(&mut self) -> _GPIOPFENW<'_>
Bit 6 - IO port F clock enable
Sourcepub fn gpiophen(&mut self) -> _GPIOPHENW<'_>
pub fn gpiophen(&mut self) -> _GPIOPHENW<'_>
Bit 5 - IO port H clock enable
Sourcepub fn gpiopeen(&mut self) -> _GPIOPEENW<'_>
pub fn gpiopeen(&mut self) -> _GPIOPEENW<'_>
Bit 4 - IO port E clock enable
Sourcepub fn gpiopden(&mut self) -> _GPIOPDENW<'_>
pub fn gpiopden(&mut self) -> _GPIOPDENW<'_>
Bit 3 - IO port D clock enable
Sourcepub fn gpiopcen(&mut self) -> _GPIOPCENW<'_>
pub fn gpiopcen(&mut self) -> _GPIOPCENW<'_>
Bit 2 - IO port C clock enable
Sourcepub fn gpiopben(&mut self) -> _GPIOPBENW<'_>
pub fn gpiopben(&mut self) -> _GPIOPBENW<'_>
Bit 1 - IO port B clock enable
Sourcepub fn gpiopaen(&mut self) -> _GPIOPAENW<'_>
pub fn gpiopaen(&mut self) -> _GPIOPAENW<'_>
Bit 0 - IO port A 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