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