Struct nrf52840_pac::radio::base0::BASE0_SPEC
source · pub struct BASE0_SPEC;
Expand description
Trait Implementations§
source§impl Readable for BASE0_SPEC
impl Readable for BASE0_SPEC
read()
method returns base0::R reader structure
source§impl RegisterSpec for BASE0_SPEC
impl RegisterSpec for BASE0_SPEC
source§impl Resettable for BASE0_SPEC
impl Resettable for BASE0_SPEC
reset()
method sets BASE0 to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for BASE0_SPEC
impl RefUnwindSafe for BASE0_SPEC
impl Send for BASE0_SPEC
impl Sync for BASE0_SPEC
impl Unpin for BASE0_SPEC
impl UnwindSafe for BASE0_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