Struct nrf52840_pac::ccm::mode::W
source · pub struct W(/* private fields */);
Expand description
Register MODE
writer
Implementations§
source§impl W
impl W
sourcepub fn mode(&mut self) -> MODE_W<'_, 0>
pub fn mode(&mut self) -> MODE_W<'_, 0>
Bit 0 - The mode of operation to be used. The settings in this register apply whenever either the KSGEN or CRYPT tasks are triggered.
sourcepub fn datarate(&mut self) -> DATARATE_W<'_, 16>
pub fn datarate(&mut self) -> DATARATE_W<'_, 16>
Bits 16:17 - Radio data rate that the CCM shall run synchronous with
Methods from Deref<Target = W<MODE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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