Struct stm32wlxx_hal::pac::aes::cr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR
reader
Implementations§
§impl R
impl R
pub fn npblb(&self) -> FieldReaderRaw<u8, u8>
pub fn npblb(&self) -> FieldReaderRaw<u8, u8>
Bits 20:23 - Number of padding bytes in last block of payload
pub fn gcmph(&self) -> FieldReaderRaw<u8, GCMPH_A>
pub fn gcmph(&self) -> FieldReaderRaw<u8, GCMPH_A>
Bits 13:14 - Used only for GCM, CCM and GMAC algorithms and has no effect when other algorithms are selected
pub fn dmaouten(&self) -> BitReaderRaw<DMAOUTEN_A>
pub fn dmaouten(&self) -> BitReaderRaw<DMAOUTEN_A>
Bit 12 - Enable DMA management of data output phase
pub fn datatype(&self) -> FieldReaderRaw<u8, DATATYPE_A>
pub fn datatype(&self) -> FieldReaderRaw<u8, DATATYPE_A>
Bits 1:2 - Data type selection (for data in and data out to/from the cryptographic block)
Methods from Deref<Target = R<CR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
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