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

Static Protected Attributes

list _fields_
 
int _pack_ = 1
 

Detailed Description

ChipOptions Field Definition 

Field Documentation

◆ _fields_

list cryptoauthlib.device.ChipOptions._fields_
staticprotected
Initial value:
= [('PowerOnSelfTest', c_uint16, 1),
('IoProtectionKeyEnable', c_uint16, 1),
('KdfAesEnable', c_uint16, 1),
('AutoClearFirstFail', c_uint16, 1),
('Reserved', c_uint16, 4),
('EcdhProtectionBits', c_uint16, 2),
('KdfProtectionBits', c_uint16, 2),
('IoProtectionKey', c_uint16, 4)]