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
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