pub struct W(/* private fields */);
Expand description
Register CR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn npblb(&mut self) -> NPBLB_W<'_>
pub fn npblb(&mut self) -> NPBLB_W<'_>
Bits 20:23 - Number of padding bytes in last block of payload
Sourcepub fn gcmph(&mut self) -> GCMPH_W<'_>
pub fn gcmph(&mut self) -> GCMPH_W<'_>
Bits 13:14 - Used only for GCM, CCM and GMAC algorithms and has no effect when other algorithms are selected
Sourcepub fn dmaouten(&mut self) -> DMAOUTEN_W<'_>
pub fn dmaouten(&mut self) -> DMAOUTEN_W<'_>
Bit 12 - Enable DMA management of data output phase
Sourcepub fn datatype(&mut self) -> DATATYPE_W<'_>
pub fn datatype(&mut self) -> DATATYPE_W<'_>
Bits 1:2 - Data type selection (for data in and data out to/from the cryptographic block)
Methods from Deref<Target = W<CR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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