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