#[repr(u8)]pub enum PkaMask {
IRQENABLE = 0,
IRQDISABLE = 1,
}
Variants§
IRQENABLE = 0
Do not mask PKA end of operation interrupt i.e. interrupt is generated
IRQDISABLE = 1
Mask PKA end of operation interrupt i.e. no interrupt is generated
Implementations§
Trait Implementations§
Source§impl Ord for PkaMask
impl Ord for PkaMask
Source§impl PartialOrd for PkaMask
impl PartialOrd for PkaMask
impl Copy for PkaMask
impl Eq for PkaMask
impl StructuralPartialEq for PkaMask
Auto Trait Implementations§
impl Freeze for PkaMask
impl RefUnwindSafe for PkaMask
impl Send for PkaMask
impl Sync for PkaMask
impl Unpin for PkaMask
impl UnwindSafe for PkaMask
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
)