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

Static Protected Attributes

tuple _anonymous_ = ('u',)
 
dict _map_
 
list _fields_
 

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

I2C/TWI HAL configuration

Field Documentation

◆ _fields_

list cryptoauthlib.iface._ATCAI2C._fields_
staticprotected
Initial value:
= [('u', _U_Address),
('bus', c_uint8),
('baud', c_uint32)]

◆ _map_

dict cryptoauthlib.iface._ATCAI2C._map_
staticprotected
Initial value:
= {
'u': (1,)
}