Struct nrf52840_pac::ccm::maxpacketsize::W
source · pub struct W(/* private fields */);
Expand description
Register MAXPACKETSIZE
writer
Implementations§
source§impl W
impl W
sourcepub fn maxpacketsize(&mut self) -> MAXPACKETSIZE_W<'_, 0>
pub fn maxpacketsize(&mut self) -> MAXPACKETSIZE_W<'_, 0>
Bits 0:7 - Length of key-stream generated when MODE.LENGTH = Extended. This value must be greater or equal to the subsequent packet payload to be encrypted/decrypted.
Methods from Deref<Target = W<MAXPACKETSIZE_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