Struct nrf52840_pac::radio::events_phyend::EVENTS_PHYEND_SPEC
source · pub struct EVENTS_PHYEND_SPEC;
Expand description
Generated in Ble_LR125Kbit, Ble_LR500Kbit and BleIeee802154_250Kbit modes when last bit is sent on air.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see events_phyend module
Trait Implementations§
source§impl Readable for EVENTS_PHYEND_SPEC
impl Readable for EVENTS_PHYEND_SPEC
read()
method returns events_phyend::R reader structure
source§impl RegisterSpec for EVENTS_PHYEND_SPEC
impl RegisterSpec for EVENTS_PHYEND_SPEC
source§impl Resettable for EVENTS_PHYEND_SPEC
impl Resettable for EVENTS_PHYEND_SPEC
reset()
method sets EVENTS_PHYEND to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for EVENTS_PHYEND_SPEC
impl Writable for EVENTS_PHYEND_SPEC
write(|w| ..)
method takes events_phyend::W writer structure
Auto Trait Implementations§
impl Freeze for EVENTS_PHYEND_SPEC
impl RefUnwindSafe for EVENTS_PHYEND_SPEC
impl Send for EVENTS_PHYEND_SPEC
impl Sync for EVENTS_PHYEND_SPEC
impl Unpin for EVENTS_PHYEND_SPEC
impl UnwindSafe for EVENTS_PHYEND_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