[−][src]Struct stm32l4x6::aes::cr::W
Value to write to the register
Methods
impl W[src]
impl Wpub fn reset_value() -> W[src]
pub fn reset_value() -> WReset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut SelfWrites raw bits to the register
pub fn dmaouten(&mut self) -> _DMAOUTENW[src]
pub fn dmaouten(&mut self) -> _DMAOUTENWBit 12 - Enable DMA management of data output phase
pub fn dmainen(&mut self) -> _DMAINENW[src]
pub fn dmainen(&mut self) -> _DMAINENWBit 11 - Enable DMA management of data input phase
pub fn errie(&mut self) -> _ERRIEW[src]
pub fn errie(&mut self) -> _ERRIEWBit 10 - Error interrupt enable
pub fn ccfie(&mut self) -> _CCFIEW[src]
pub fn ccfie(&mut self) -> _CCFIEWBit 9 - CCF flag interrupt enable
pub fn errc(&mut self) -> _ERRCW[src]
pub fn errc(&mut self) -> _ERRCWBit 8 - Error clear
pub fn ccfc(&mut self) -> _CCFCW[src]
pub fn ccfc(&mut self) -> _CCFCWBit 7 - Computation Complete Flag Clear
pub fn chmod(&mut self) -> _CHMODW[src]
pub fn chmod(&mut self) -> _CHMODWBits 5:6 - AES chaining mode
pub fn mode(&mut self) -> _MODEW[src]
pub fn mode(&mut self) -> _MODEWBits 3:4 - AES operating mode
pub fn datatype(&mut self) -> _DATATYPEW[src]
pub fn datatype(&mut self) -> _DATATYPEWBits 1:2 - Data type selection (for data in and data out to/from the cryptographic block)
pub fn en(&mut self) -> _ENW[src]
pub fn en(&mut self) -> _ENWBit 0 - AES enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more