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

Static Protected Attributes

dict _def_
 

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

USB (HID) HAL configuration

Field Documentation

◆ _def_

dict cryptoauthlib.iface._ATCAHID._def_
staticprotected
Initial value:
= {
'idx': (c_int,),
'dev_interface': (ATCAKitType,),
'dev_identity': (c_uint8,),
'vid': (c_uint32,),
'pid': (c_uint32,),
'packetsize': (c_uint32,)
}