pub struct ENDNrs;
Expand description
Trait Implementations§
Source§impl Resettable for ENDNrs
reset()
method sets ENDN to value 0x8765_4321
impl Resettable for ENDNrs
reset()
method sets ENDN to value 0x8765_4321
Source§const RESET_VALUE: u32 = 2_271_560_481u32
const RESET_VALUE: u32 = 2_271_560_481u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for ENDNrs
read()
method returns endn::R
reader structure
Auto Trait Implementations§
impl Freeze for ENDNrs
impl RefUnwindSafe for ENDNrs
impl Send for ENDNrs
impl Sync for ENDNrs
impl Unpin for ENDNrs
impl UnwindSafe for ENDNrs
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