pub struct CcCtl { /* private fields */ }
Expand description
CRYPTOCELL CTL interface
Implementations§
Source§impl CcCtl
impl CcCtl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn crypto_ctl(self) -> Reg<CryptoCtl, W>
pub const fn crypto_ctl(self) -> Reg<CryptoCtl, W>
Defines the cryptographic flow.
Sourcepub const fn crypto_busy(self) -> Reg<CryptoBusy, R>
pub const fn crypto_busy(self) -> Reg<CryptoBusy, R>
Status register for cryptographic cores engine activity.
Sourcepub const fn context_id(self) -> Reg<ContextId, RW>
pub const fn context_id(self) -> Reg<ContextId, RW>
A general-purpose read/write register.
Trait Implementations§
impl Copy for CcCtl
impl Eq for CcCtl
impl Send for CcCtl
impl StructuralPartialEq for CcCtl
impl Sync for CcCtl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)