CryptoAuthLib v3.7.8
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
cryptoauthlib.device.Atsha204aConfig Class Reference
Inheritance diagram for cryptoauthlib.device.Atsha204aConfig:
cryptoauthlib.library.AtcaStructure

Static Protected Attributes

list _fields_
 
int _pack_ = 1
 

Additional Inherited Members

- Public Member Functions inherited from cryptoauthlib.library.AtcaStructure
None __init__ (self, *args, **kwargs)
 
def from_definition (cls)
 
def check_rationality (cls)
 
def get_field_definition (cls, str name)
 
Any __getattribute__ (self, str name)
 
def __iter__ (self)
 
def __str__ (self)
 
def to_c_code (self, name=None, **kwargs)
 
def update_from_buffer (self, buffer)
 

Detailed Description

ATSHA204A Config Zone Definition 

Field Documentation

◆ _fields_

list cryptoauthlib.device.Atsha204aConfig._fields_
staticprotected
Initial value:
= [('SN03', c_uint8*4),
('RevNum', c_uint8*4),
('SN48', c_uint8*5),
('Reserved13', c_uint8),
('I2C_Enable', I2cEnable),
('Reserved15', c_uint8),
('I2C_Address', c_uint8),
('CheckMacConfig', c_uint8),
('OTPmode', c_uint8),
('SelectorMode', c_uint8),
('SlotConfig', SlotConfig*16),
('Counter', Counter204*8),
('LastKeyUse', c_uint8*16),
('UserExtra', c_uint8),
('Selector', c_uint8),
('LockValue', c_uint8),
('LockConfig', c_uint8)]