Struct nrf52840_pac::ficr::deviceaddrtype::DEVICEADDRTYPE_SPEC
source · pub struct DEVICEADDRTYPE_SPEC;
Expand description
Device address type
This register you can read
. See API.
For information about available fields see deviceaddrtype module
Trait Implementations§
source§impl Readable for DEVICEADDRTYPE_SPEC
impl Readable for DEVICEADDRTYPE_SPEC
read()
method returns deviceaddrtype::R reader structure
source§impl RegisterSpec for DEVICEADDRTYPE_SPEC
impl RegisterSpec for DEVICEADDRTYPE_SPEC
source§impl Resettable for DEVICEADDRTYPE_SPEC
impl Resettable for DEVICEADDRTYPE_SPEC
reset()
method sets DEVICEADDRTYPE to value 0xffff_ffff
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DEVICEADDRTYPE_SPEC
impl RefUnwindSafe for DEVICEADDRTYPE_SPEC
impl Send for DEVICEADDRTYPE_SPEC
impl Sync for DEVICEADDRTYPE_SPEC
impl Unpin for DEVICEADDRTYPE_SPEC
impl UnwindSafe for DEVICEADDRTYPE_SPEC
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