pub enum Zone {
Config,
Otp,
Data,
}Expand description
One of the three addressable zones of the ATECC608B.
Variants§
Config
128-byte configuration zone. Contains slot policies, counters, lock
bytes, KeyConfig, and factory data (serial number, revision).
Otp
64-byte one-time-programmable zone.
Data
16 slots of variable size holding ECC keys and arbitrary data.
Implementations§
Trait Implementations§
impl Copy for Zone
impl Eq for Zone
impl StructuralPartialEq for Zone
Auto Trait Implementations§
impl Freeze for Zone
impl RefUnwindSafe for Zone
impl Send for Zone
impl Sync for Zone
impl Unpin for Zone
impl UnsafeUnpin for Zone
impl UnwindSafe for Zone
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