pub struct HWCFGR7rs;
Expand description
GPIO hardware configuration register 7
You can read
this register and get hwcfgr7::R
. See API.
See register structure
Trait Implementations§
Source§impl Resettable for HWCFGR7rs
reset()
method sets HWCFGR7 to value 0xffff_ffff
impl Resettable for HWCFGR7rs
reset()
method sets HWCFGR7 to value 0xffff_ffff
Source§const RESET_VALUE: u32 = 4_294_967_295u32
const RESET_VALUE: u32 = 4_294_967_295u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for HWCFGR7rs
read()
method returns hwcfgr7::R
reader structure
Auto Trait Implementations§
impl Freeze for HWCFGR7rs
impl RefUnwindSafe for HWCFGR7rs
impl Send for HWCFGR7rs
impl Sync for HWCFGR7rs
impl Unpin for HWCFGR7rs
impl UnwindSafe for HWCFGR7rs
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