pub struct AES { /* private fields */ }
Expand description
AES peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for AES
impl Peripheral for AES
Source§impl RccPeripheral for AES
impl RccPeripheral for AES
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl RccPeripheral for AES
Auto Trait Implementations§
impl Freeze for AES
impl RefUnwindSafe for AES
impl Send for AES
impl Sync for AES
impl Unpin for AES
impl UnwindSafe for AES
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