Struct esp32s3_hal::pac::aes::block_mode::R
pub struct R(_);
Expand description
Register BLOCK_MODE
reader
Implementations
impl R
impl R
pub fn block_mode(&self) -> FieldReaderRaw<u8, u8>
pub fn block_mode(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - Defines the block cipher mode of the AES accelerator operating under the DMA-AES working mode. 0x0: ECB, 0x1: CBC, 0x2: OFB, 0x3: CTR, 0x4: CFB-8, 0x5: CFB-128, 0x6: reserved, 0x7: reserved.
Methods from Deref<Target = R<BLOCK_MODE_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<BLOCK_MODE_SPEC>> for R
impl From<R<BLOCK_MODE_SPEC>> for R
fn from(reader: R<BLOCK_MODE_SPEC>) -> R
fn from(reader: R<BLOCK_MODE_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more