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